Hello, We are using apache tomee 1.6 as application server which comes with activemq 5.9.0 jars OOTB. We use Java 1.7.0_51. A broker is configured to start up when tomee instance is started. There are various queues configured under that broker to send/receive messages. The messages are flowing properly from one queue to another queue (as per router configuration). However, we are not able to view queue attributes using jconsole monitoring tool. Actually, queues are displayed as folders (rather than endpoint) in jconsole. To resolve this issue, we tried 2 approaches and both worked.
1. Deleting the contents of activemq-data everytime we restart the tomee instance. This will however result in loss of messages which are yet to be processed since we are clearing the KahaDB. 2. There is a lower version of active mq jar (activemq-all-5.3.0.jar) in our webapp lib. If we remove active mq version 5.9.0 jars from tomee lib and place activemq-all-5.3.0.jar there, then issue is resolved. We feel that approach 2 is better, but not sure whether downgrading the apache mq jar versions in tomee lib is the right thing to do. Please let me know if you have any idea regarding this issue. I am not sure if it's a configuration issue, but the same configuration used to work with tomcat 6 very well. <http://activemq.2283324.n4.nabble.com/file/n4698165/broker_queues.jpg> Thanks Aditya Aery -- View this message in context: http://activemq.2283324.n4.nabble.com/Broker-queue-attributes-not-displayed-in-jconsole-with-active-mq-5-9-0-tp4698165.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.