Re: activemq-cpp support encrypted keystore password

2019-01-21 Thread Timothy Bish
On 1/21/19 2:28 PM, skimbrell wrote: In looking at the Java implementation of the activemq client, you are able to encrypt a password and then pass it in as a property enclosing it within an ENC() and the activemq recognizes the password is encrypted and decrypts it. My question is whether or no

activemq-cpp support encrypted keystore password

2019-01-21 Thread skimbrell
In looking at the Java implementation of the activemq client, you are able to encrypt a password and then pass it in as a property enclosing it within an ENC() and the activemq recognizes the password is encrypted and decrypts it. My question is whether or not the activemq-cpp implementation suppo

Re: 2 broker clusetr, both brokers are live

2019-01-21 Thread Justin Bertram
If you use a single live/backup pair with replication then you're setting yourself up for split-brain problems. All it takes is losing the connection between the live and backup. Increase the size of your cluster so that a legitimate quorum vote can take place. I recommend starting at 3 live/backup

Re: 2 broker clusetr, both brokers are live

2019-01-21 Thread ev.srini...@gmail.com
Is there any fix/conclusion for this thread. I am having the same issue (similar Environment setup) with Split Brain scenario. Any suggestion/steps how to configure Network pinger for this case. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Durable subscription across network connector

2019-01-21 Thread Christopher Shannon
First make sure you are using the latest version of the broker. Second, are you using a mixture of durable subscriptions and non-durable subscriptions? If you are you might need to add a forceDurable flag to your set up. Normally the creation of a durable subscription by S on broker B should crea