ActiveMq Admin console

2013-05-24 Thread pp123
Hi , I would like to know does any other open source admin console for ActiveMQ exist ? regards , Prashant -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-Admin-console-tp4667435.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMq Admin console

2013-05-24 Thread pp123
Thanks for the help. Yes i can see ActiveMq in UI . But the information it is giving is totally JMX information for ActiveMQ . I am looking for some Dashboard screen which is similar to localhost:8161/admin with detail information . regards Prashant -- View this message in context:

Confusion: Prefetch Limit and producerFlowControl

2013-05-10 Thread pp123
Hi , I read about prefetch limit and found out that the default value is : 100 for Durable subscriber. So for testing this what i am doing is : I have three subscriber in offline mode and I am trying to publish more than 100 messages expecting after crossing the prefetch limit it should block

Connection not visible in ActiveMQ web console

2013-05-09 Thread pp123
Hi , I am using ActiveMQ 5.8.0 and connections are visible in the connection tab of web console . What can be the reason ? I checked with ActiveMQ 5.7.0 ,it is visible. Please help. -- View this message in context:

Re: Connection not visible in ActiveMQ web console

2013-05-09 Thread pp123
Thanks for reply . I have mailed you , please check. -- View this message in context: http://activemq.2283324.n4.nabble.com/Connection-not-visible-in-ActiveMQ-web-console-tp4666806p4666811.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

InactivityMonitor issue

2013-04-29 Thread pp123
Hi , Please help me to fix this . Scenario : Protocol :Mqtt client : Subscriber Active Mq version : 5.8.0 I connected to Broker using client ID : 1000 .After that without sending disconnect command (removed the lan cable ) i disconnected the client .So expectation is after 1.5* keepalive time

Re: InactivityMonitor issue

2013-04-29 Thread pp123
Thanks for the reply. There is no test case for this as i am just trying to figure out when ActiveMq removes the dead connection ? According to http://activemq.apache.org/mqtt.html , it should remove in the time span of 1.5* keepalive which is not happening . In detail A client

Re: ActiveMQ Inactivity Monitor

2013-04-29 Thread pp123
Hi , Please help me to fix this . Scenario : Protocol :Mqtt client : Subscriber Active Mq version : 5.8.0 I connected to Broker using client ID : 1000 .After that without sending disconnect command (removed the lan cable ) i disconnected the client .So expectation is after 1.5* keepalive

Load Testing On ActiveMQ

2013-04-18 Thread pp123
Hi , I am trying to do perform some load testing on ActiveMq. The scenario is : Number of Producers : 25 Number of consumers: 2000 Number of topics : 5000 The message rate is : 3 messages per min which means 6 message per min per topic. I am getting Out of Memory error in ActiveMq.