You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by rolandpeng <ro...@cht.com.tw> on 2012/08/08 09:14:46 UTC

RE: UndeclaredThrowableException while calling getQueue() and removeQueue() at the same time(by use RemoteJMXBrokerFacade)

yes, I’ve resolved it by calling specific destination with jmx on my own.


ObjectName objectNameRequest = new ObjectName(
                    "org.apache.activemq:BrokerName=mqs,Type=Queue,Destination="
                            + queueName.replace(":", "_"));
queueViewMbean=(QueueViewMBean)jmxBroker.newProxyInstance(objectNameRequest,
                    QueueViewMBean.class, true);

From: wenyuo [via ActiveMQ] [mailto:ml-node+s2283324n4654877h59@n4.nabble.com]
Sent: Wednesday, August 08, 2012 11:38 AM
To: 彭光裕
Subject: Re: UndeclaredThrowableException while calling getQueue() and removeQueue() at the same time(by use RemoteJMXBrokerFacade)

I have same problem ,are you already fix it?
________________________________
If you reply to this email, your message will be added to the discussion below:
http://activemq.2283324.n4.nabble.com/UndeclaredThrowableException-while-calling-getQueue-and-removeQueue-at-the-same-time-by-use-RemoteJM-tp4653342p4654877.html
To unsubscribe from UndeclaredThrowableException while calling getQueue() and removeQueue() at the same time(by use RemoteJMXBrokerFacade), click here<http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4653342&code=cm9sYW5kcGVuZ0BjaHQuY29tLnR3fDQ2NTMzNDJ8NTc0ODQ3ODEx>.
NAML<http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: http://activemq.2283324.n4.nabble.com/UndeclaredThrowableException-while-calling-getQueue-and-removeQueue-at-the-same-time-by-use-RemoteJM-tp4653342p4654880.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.