Re: AMQ service stops on network disconnection

2017-07-05 Thread Tim Bain
Did you configure the Java Service Wrapper ( http://activemq.apache.org/java-service-wrapper.html)? As I understand it, that should be restarting any exited broker process after five seconds. Tim On Jul 5, 2017 8:38 AM, "sgtech" wrote: > Hi all, > > Windows 2012R2 x64 > AMQ 5.14.5 > JRE 8.U121x

Re: upgrade activemq from 5.6 to 5.9

2017-07-05 Thread Tim Bain
Have you tried removing your dependency on 1.38 and depending only on 1.47? If that works, it seems like the simplest solution. Tim On Jul 5, 2017 4:09 PM, "devworkslogin" wrote: > Hello, I am trying to upgrade from activemq 5.6 to 5.9 or later with > embedded > activemq broker. > > When upgrad

Re: Source copde - incomplete

2017-07-05 Thread Clebert Suconic
That package is generated. Run the build from maven. On Wed, Jul 5, 2017 at 7:02 PM niwa.sama wrote: > Hi! I downloaded the source code of ActiveMQ 5.14.1, but the package > org.apache.activemq.selector in activemq-client project is empty, and i can > not compile the source code. > > > > -- > V

Source copde - incomplete

2017-07-05 Thread niwa.sama
Hi! I downloaded the source code of ActiveMQ 5.14.1, but the package org.apache.activemq.selector in activemq-client project is empty, and i can not compile the source code. -- View this message in context: http://activemq.2283324.n4.nabble.com/Source-copde-incomplete-tp4728236.html Sent from t

upgrade activemq from 5.6 to 5.9

2017-07-05 Thread devworkslogin
Hello, I am trying to upgrade from activemq 5.6 to 5.9 or later with embedded activemq broker. When upgraded to 5.9 and our application starts, any https request fails with the following error: Could not generate DH keypair; nested exception is javax.net.ssl.SSLException: java.lang.RuntimeExcep

Re: How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread Timothy Bish
On 07/05/2017 04:29 PM, chinababuilla wrote: Thank Tim for the response. Yes I agree. But I wanted to check if there is any ActiveMQ Administration API that contacts broker while creating destination? Do you think there exists such API with ActiveMQ? -- View this message in context: http:/

Re: How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread chinababuilla
Thank Tim for the response. Yes I agree. But I wanted to check if there is any ActiveMQ Administration API that contacts broker while creating destination? Do you think there exists such API with ActiveMQ? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-enforce

Re: How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread Timothy Bish
On 07/05/2017 04:10 PM, chinababuilla wrote: Hi Tim, I am using ActiveMQ. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-enforce-authorization-during-session-createQueue-createTopic-tp4728228p4728230.html Sent from the ActiveMQ - User mailing list archive at Na

Re: How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread chinababuilla
Hi Tim, I am using ActiveMQ. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-enforce-authorization-during-session-createQueue-createTopic-tp4728228p4728230.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread Timothy Bish
On 07/05/2017 03:54 PM, chinababuilla wrote: Hi All, I have a requirement such that I need to know if the user has permission to create a destination or not when I call session.createQueue() or session.createTopic(). The default behavior is we will know that when creating a consumer or producer

How to enforce authorization during session.createQueue() / createTopic()?

2017-07-05 Thread chinababuilla
Hi All, I have a requirement such that I need to know if the user has permission to create a destination or not when I call session.createQueue() or session.createTopic(). The default behavior is we will know that when creating a consumer or producer but not when creating the destination? Is there

AMQ service stops on network disconnection

2017-07-05 Thread sgtech
Hi all, Windows 2012R2 x64 AMQ 5.14.5 JRE 8.U121x64 JTDS 1.3.1 SQL server 2012 I have configured 2 AMQ servers as master/slave HA connected to a MSSQL database for lock/message. When I unplug the network cable from AMQ1, the AMQ1 windows service stops. fail-over occurs and AMQ2 grab the lock ->

Active MQ - REST API - Set Delivery Mode

2017-07-05 Thread akpuvvada
How to Post a Message with delivery mode set to 'Persistent' using REST API? I need to configure a Guaranteed delivery using REST Clients - both Pub and Sub. Also, is it possible to read a message without confirming the message until the processing is completed on client side to make sure the mes

Re: A question about memory usage & jvm

2017-07-05 Thread Montecchius
Thank you -- View this message in context: http://activemq.2283324.n4.nabble.com/A-question-about-memory-usage-jvm-tp4728197p4728209.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.