Re: active mq 5.5 to 5.8 upgrade issue

2013-04-11 Thread prabumc...@gmail.com
objectname value is org.apache.activemq:type=Broker,brokerName=localhost,destinationType=Queue,destinationName=DLQ.EventLogqueue Java code ~~ QueueViewMBean mbean = JMX.newMBeanProxy(con, name,QueueViewMBean.class, true); when i do mbean.getQueueSize() i am getting following

Re: active mq 5.5 to 5.8 upgrade issue

2013-04-10 Thread Timothy Bish
On 04/10/2013 02:14 PM, prabumc...@gmail.com wrote: Hi All, I am having web application to view messages in the messaging system which is running in active-mg 5.5. Last week we have upgrade apache active-mq from 5.5 to 5.8. due to this upgrade,We can't view queues/messages in my web app

active mq 5.5 to 5.8 upgrade issue

2013-04-10 Thread prabumc...@gmail.com
Hi All, I am having web application to view messages in the messaging system which is running in active-mg 5.5. Last week we have upgrade apache active-mq from 5.5 to 5.8. due to this upgrade,We can't view queues/messages in my web application. I am using apache-mq-all-5.8.jar api to conn