Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-21 Thread khokhani
Thanks Tim! Thanks Justin! for insight on this topic. I have setup Amazon EFS as LevelDB persistence store and MySql based locker. All functional and failover testing are positive and message are available and delivered without any failure or loss while switching from master to slave as well as

Re: Monitor ActiveMQ Brokers

2016-08-09 Thread khokhani
I think you can explore the Jolokia REST API bundled with ActiveMQ base installation. Your monitoring system can make REST calls to get various matrices to alert support groups. -- View this message in context:

Re: Issue with ActiveMQ 5.13.0 - Jetty(9.2.13.v20150730.jar)

2016-08-09 Thread khokhani
I think many developers choose to use Jetty for web console and Jolokia REST API while security it with JAAS plug-in. What is way forward to security of ActiveMQ web console and Jolokia REST API? Isn't it devops problem to maintain right version and add those jars to activemq installation?