Re: Artemis 2.7.0 Cluster Redistribution Issue

2019-05-28 Thread ldebello
Hi, I have just send a PR for this ttps://github.com/apache/activemq-artemis/pull/2682 and I have added some comment in the JIRA to explain the reason of the change and the alternative. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Network of brokers questions

2019-05-28 Thread TC
Hi, I have a set of network of brokers with the following configurations, i.e. all resides on 4 different servers (ie different IP addresses) Broker A (master)Broker B (master) <---fa

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

2019-05-28 Thread cooshal
Hi JB: Thank you for your reply. how do I start an embedded server in the bundle? I do not recall doing anything like that. Following lines are in my jms config file: name=db-consumer jms.url=tcp://localhost:61616 jms.username= jms.password= type=activemq osgi.jndi.service.name=jms/consumer

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

2019-05-28 Thread Jean-Baptiste Onofré
Don't you start an embedded server in your bundle ? I guess you are using a poolable connection factory. Regards JB Le 28 mai 2019 à 13:27, à 13:27, cooshal a écrit: >Hi: > >I am going through similar issues right now. > >ActiveMQ version: 5.15.4 >Environment: Windows >Karaf Version: 4.2.0 > >I

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

2019-05-28 Thread cooshal
Hi: I am going through similar issues right now. ActiveMQ version: 5.15.4 Environment: Windows Karaf Version: 4.2.0 I am using ActiveMQ and Apache Karaf with camel and pax-jms. Multiple karaf instances are using this one broker instance. My Karaf instances are installed as a service, and so is A