For each user group.properties

2016-07-28 Thread crishel.yumul
Is there any way I can authorize multiple users under the group name AMQ-users located on my groups.properties. Here's my groups.properties: AMQ-admin=admin AMQ-users=client1,client2 On my authorization plugin i call AMQ-users to authorzied these two users Here's my authorization plugin:

Re: ActiveMQ CPP 3.9.3 PriorityBackup not working

2016-07-28 Thread Jawad Bokhari
Thanks Tim, Just reported https://issues.apache.org/jira/browse/AMQCPP-601 I used Microsoft Visual Studio 2008 toolset (V.90) for this client application. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-CPP-3-9-3-PriorityBackup-not-working-tp4714140p4714708.ht

Re: CMS API - PriorityBackup with ActiveMQ-CPP 3.9.3

2016-07-28 Thread Timothy Bish
I don't see any open issues related to that feature in the ActiveMQ-CPP JIRA: https://issues.apache.org/jira/browse/AMQCPP/ You are welcome to open an issue and document the problem, unit tests and fixes are welcomed. On 07/28/2016 06:12 PM, Jawad Bokhari wrote: >From the release notes of Ac

CMS API - PriorityBackup with ActiveMQ-CPP 3.9.3

2016-07-28 Thread Jawad Bokhari
>From the release notes of ActiveMQ-CPP 3.7, I saw that PriorityBackup is an added feature. But I couldn't see it in action earlier using 3.7 and now with the latest ActiveMQ-CPP 3.9.3 even. I saw an earlier post on Nabble http://activemq.2283324.n4.nabble.com/Issues-with-ActiveMQ-3-8-3-CPP-priori

REST API in OSGI Bundle?

2016-07-28 Thread Ditlinger, Stephen E
Is there a way to activate the REST API in the ActiveMQ Bundle, i.e. deployed in ServiceMix? Thank you, Steve Steve Ditlinger Associate Technical Fellow System of Systems Test Boeing Test & Evaluation

Jdbc connector with mariadb galera

2016-07-28 Thread Marc Boorshtein
I'm trying to connect activemq 5.13.4 to a mariadb 10.1 galera cluster. If only one server is up and running everything is great. Once I bring up a second server for fail over I get into a seesaw with lock timeouts. After some googling I found: https://groups.google.com/forum/m/#!topic/codership-t

kill -9 in message listener

2016-07-28 Thread raster3
Hi, Lets say there are 2 similar message listeners in two different jvms. They receive numbers as text messages. in 1st listener 3 will cause a Kill -9 of the listener process using Processbuilder and some means to detect process id. In 2nd listener 4 will cause a Kill -9 of the listener proces