Re: Different SSL Certificates for transportConnector vs networkConnector

2018-08-02 Thread Craig Munday
Hi, I am also looking for a solution to this problem. I noticed that your post is some years old, did you end up finding a solution? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

ActiveMQ imbedded and Tomcat Parallel Deployment

2018-08-02 Thread Fran
We are looking at performing tomcat parallel deployment for an application where we are running ActiveMQ embedded. Has anyone had success with doing this before I waste my time? I am concerned with the lock coming from one war, and trying to get from another war file. -- Sent from: http://

RE: Questions on queue message counters

2018-08-02 Thread Neha Sareen
Thanks for the information Justin. Thanks Neha -Original Message- From: Justin Bertram Sent: Wednesday, August 01, 2018 2:30 PM To: users@activemq.apache.org Subject: Re: Questions on queue message counters Sorry for the late reply on this... > I am looking at > org.apache.activemq.a

Security Concerns - Artemis Cluster Enforces Client Connector Configuration

2018-08-02 Thread Sinaver Idris
Hello Community, This is a follow up to https://issues.apache.org/jira/browse/ARTEMIS-1157 I set up a cluster of Artemis Brokers (2.6.0) with master/slave replication configuration. Each broker is configured with: 1. *Acceptor*: *sslEnabled=true;needClientAuth=true,enabledProtocols=...;enabledCi

Re: Sporadic "Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.BindExcepti

2018-08-02 Thread Tim Bain
This means that you're trying to create more outbound sockets in a short time than your host allows. See https://stackoverflow.com/questions/4708649/java-net-bindexception-address-already-in-use-when-trying-to-do-rapid-socket for a more detailed explanation. This could happen if you have an unreas