Re: What is difference b/w ACL and Authorization Roles

2018-01-25 Thread Tim Bain
The *Roles fields are Strings containing comma-separated list of the roles that have a particular permission (read, write, admin). The *Acl fields are collections formed by splitting the Strings apart at the commas. So in this case ACL is simply the parsed/deserialized form of roles. Reference: ht

Re: Is it possible to not reset "messages dequeued" and "messages enqueued" after a restart

2018-01-25 Thread Tim Bain
There's currently no built-in way to do that. Tim On Jan 25, 2018 9:37 AM, "jrivkin" wrote: > Running ActiveMQ 5.14.0 with queues and Kahadb for persistence. We use two > servers running as master/slave. > > In the admin console, after we stop and restart both ActiveMQ instances, > "messages d

Artemis Connection failure has been detected

2018-01-25 Thread Raul Valdoleiros
Hi, I'm trying to create a dynamic cluster of artemis brokers. I'm getting the following messages when I shutdown one of the brokers. 17:24:47,747 WARN [org.apache.activemq.artemis.core.client] AMQ212037: Connection failure has been detected: AMQ119015: The connection was disconnected because of

Is it possible to not reset "messages dequeued" and "messages enqueued" after a restart

2018-01-25 Thread jrivkin
Running ActiveMQ 5.14.0 with queues and Kahadb for persistence. We use two servers running as master/slave. In the admin console, after we stop and restart both ActiveMQ instances, "messages dequeued" and "messages enqueued" are reset to 0 for all queues. Is there a way to avoid resetting these

Re: Disk space filled up on destroying a topic

2018-01-25 Thread Tim Bain
That certainly doesn't sound like correct behavior. What steps did you take to destroy the topic? And what can you tell us about the state of the topic and of the durable subscription (only one?) before you destroyed it? Had 100GB of data already passed through the topic and been acknowledged (or

Disk space filled up on destroying a topic

2018-01-25 Thread bansalp
I tried to destroy a topic with durable subscriber. Persistent message for this topic jumped from 1.1G to 11G suddenly. My question here is when I have specified limit of 8G on persistence then how does it filled till 11G. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f23418