Activemq: Difference between revisions
Jump to navigation
Jump to search
(Created page with '==How to manage activemq== /apps/apache-activemq-5.3.2/bin/activemq-admin query -QQueue=* --view Name,Type,BrokerName,EnqueueCount,DequeueCount,QueueSize |fmt -w 250 | grep -v …') |
|||
Line 1: | Line 1: | ||
==How to manage activemq== | ==How to manage activemq== | ||
/apps/apache-activemq-5.3.2/bin/activemq-admin query -QQueue=* --view Name,Type,BrokerName,EnqueueCount,DequeueCount,QueueSize |fmt -w 250 | grep -v ' QueueSize = 0 '|grep -v '^$' | /apps/apache-activemq-5.3.2/bin/activemq-admin query -QQueue=* --view Name,Type,BrokerName,EnqueueCount,DequeueCount,QueueSize |fmt -w 250 | grep -v ' QueueSize = 0 '|grep -v '^$' | ||
Reach web addmin interface. | |||
curl --user admin:admin -sk http://localhost:8161/admin/ | elinks --dump |
Latest revision as of 21:19, 14 November 2015
How to manage activemq
/apps/apache-activemq-5.3.2/bin/activemq-admin query -QQueue=* --view Name,Type,BrokerName,EnqueueCount,DequeueCount,QueueSize |fmt -w 250 | grep -v ' QueueSize = 0 '|grep -v '^$'
Reach web addmin interface.
curl --user admin:admin -sk http://localhost:8161/admin/ | elinks --dump