All i found an issue with the VM option and JBOSS integreation. When you enable the vm option in the ra.xml file in your jboss installation to say
<!--<config-property-value>tcp://localhost:61616</config-property-value>--> <config-property-value>vm://localhost</config-property-value> And then startup your activemq within jboss. When using a simple MDB to listen to a queue or topic you are not able to see messages, but if you use an external consumer you can. If you leave activemq inside jboss and then change the option above to <config-property-value>tcp://localhost:61616</config-property-value> <!-- <config-property-value>vm://localhost</config-property-value>--> It all works fine. Bug maybe ? -- View this message in context: http://www.nabble.com/BUG-in-JBOSS-ActiveMQ-Bridge-tf3058045.html#a8502469 Sent from the ActiveMQ - User mailing list archive at Nabble.com.