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
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
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
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