This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Is "internal" queue required for messaging routing?tcunning Apr 19, 2011 11:26 PM (in response to heyyou)Check out section 5.3 of the Getting Started guide, it has a good explanation of the difference between ESB aware and unaware messages. http://docs.jboss.org/jbossesb/docs/4.9/manuals/html/Getting_Started_Guide/index.html 
- 
        2. Is "internal" queue required for messaging routing?heyyou Apr 25, 2011 10:54 AM (in response to tcunning)Thank you Tom for the response. Looks you can choose between using invmscope="GLOBAL" or ... <jms-bus busid="internal"><jms-message-filter dest-type="QUEUE" dest-name="queue/INTERNAL" /></jms-bus> ... <jms-listener name="JMSpassthru" busidref="internal"/> Depending on the needs. 
 
    