How to restrict queue deletion or purging in ActiveMQ 5.11.0?

2016-11-16 Thread Moron
I am wondering how could we restrict users from deleting a queue in Activemq. I am using simpleAuthenticationPlugin and authorizationPlugin for configuring user and access management. PFA my activemq.xml file. I am looking for

Queue consumer stuck after failover reconnect to broker that had been restarted

2016-11-16 Thread Spidim
I have setup a simple job queue using ActiveMQ and JMS in Java, that uses a broker, a producer and a consumer with multiple threads. The consumer is set up to use 3 threads and a MessageListener function, so 3 clients are connected to broker and consume messages in round robin. Because messages are

Limiting queue by storage size

2016-11-16 Thread Holger Freyther
Hi, in Apache Apollo I can configure how much storage may be used and which messages to be dropped like this[1] and I search for an equivalent set of config knobs for ActiveMQ. So far I have found: ... then for slow-consumers I see ConstantPendingMessageLimitStrategy bu

Re: Feedback needed for QueueExplorer

2016-11-16 Thread Dejan Grujic
No, it currently doesn't work with Artemis. On first glance it appears that Artemis management API, which we use through jolokia REST API, is different from ActiveMQ one. But it seems to expose all that we need, just in a different way, so it should be possible to support Artemis in the future.