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
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
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