Re: JAVA ActiveMQ JMX browse messages on Topic

2017-09-04 Thread Raffi
That's a good point, competing with resources, ty. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: JAVA ActiveMQ JMX browse messages on Topic

2017-09-03 Thread Clebert Suconic
It depends on what is the issue. If the broker is suffering performance issues browsing messages may aggravate the problem. As you will also be competing for resources. I would monitor message counts. Consumer counts and other measures like that. On Tue, Aug 29, 2017 at 10:33 PM Raffi wrote:

Re: JAVA ActiveMQ JMX browse messages on Topic

2017-08-29 Thread Raffi
Is it safe to use JMX-based message browsing for queues when troubleshooting production issues? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: JAVA ActiveMQ JMX browse messages on Topic

2017-08-22 Thread Hitesh
. -- View this message in context: http://activemq.2283324.n4.nabble.com/JAVA-ActiveMQ-JMX-browse-messages-on-Topic-tp4729813p4729893.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: JAVA ActiveMQ JMX browse messages on Topic

2017-08-21 Thread Tim Bain
> > List list = bean.browseMessages(); > changes to > CompositeData[] list = bean.browse(); > > Thanks in advance > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/JAVA-ActiveMQ-JMX-browse-messages-on-Topic- > tp4729813p4729857.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: JAVA ActiveMQ JMX browse messages on Topic

2017-08-21 Thread Hitesh
ded, List list = bean.browseMessages(); changes to CompositeData[] list = bean.browse(); Thanks in advance -- View this message in context: http://activemq.2283324.n4.nabble.com/JAVA-ActiveMQ-JMX-browse-messages-on-Topic-tp4729813p4729857.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: JAVA ActiveMQ JMX browse messages on Topic

2017-08-18 Thread Tim Bain
at com.intellij.rt.execution.application.AppMain.main(AppMain. >> java:147) >> Caused by: javax.management.ReflectionException: No such operation: >> browseMessages >> >> >> I tried to find the web for this, but couldn't find any solution. >> >> Can someone help me fix this. >> >> Thanks in advance >> >> >> >> >> -- >> View this message in context: http://activemq.2283324.n4.nab >> ble.com/JAVA-ActiveMQ-JMX-browse-messages-on-Topic-tp4729813.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> >

Re: JAVA ActiveMQ JMX browse messages on Topic

2017-08-18 Thread Tim Bain
lij.rt.execution.application.AppMain.main( > AppMain.java:147) > Caused by: javax.management.ReflectionException: No such operation: > browseMessages > > > I tried to find the web for this, but couldn't find any solution. > > Can someone help me fix this. > > T

JAVA ActiveMQ JMX browse messages on Topic

2017-08-18 Thread Hitesh
essage in context: http://activemq.2283324.n4.nabble.com/JAVA-ActiveMQ-JMX-browse-messages-on-Topic-tp4729813.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.