Durable Topic Subscription - Messages not getting persisted in database

2018-02-05 Thread docscaa
I am not able to get the messages saved in database for a topic with an offline durable subscriber. Because of this, if I restart the activemq, the messages in the topic are lost (not delivered to durable subscriber), where as the: 1. message expiry time has not yet reached 2. and durabl

What is difference b/w ACL and Authorization Roles

2018-01-17 Thread docscaa
Hi, I was debugging activemq authorization plugin where I saw collections named readAcl, readRoles and writeAcl, writeRole. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Runtime Reloading of Authorization Map

2018-01-16 Thread docscaa
Team, I am implementing runtime reloading of authorization map settings in activemq.xml using following configuration, (http://activemq.apache.org/runtime-configuration.html) http://activemq.apache.org/schema/core"; start="false" ... > ... I performed test cases out of whi

Runtime Reloading of Authorization Map

2018-01-16 Thread docscaa
Team, I am using authorization map in activemq.xml for securing my queues. My requirement is reloading of these map entries without restarting the broker. for this I found the below solution http://activemq.apache.org/schema/core"; start="false" ... > ... link to above solu