Re: Artemis 2.9.0 - Basic shared storage - static discovery - Failover not happening

2019-06-12 Thread Justin Bertram
Also, if you paste either configuration or logs in the future *please* make sure they are well formatted (e.g. proper indentation, no wrapping). Bad formatting makes everything much harder to read (and therefore harder for you to get help). Justin On Wed, Jun 12, 2019 at 3:10 PM Justin Bertram

Re: Artemis 2.9.0 - Basic shared storage - static discovery - Failover not happening

2019-06-12 Thread Justin Bertram
Nothing jumps out at me as problematic in either the configuration or the logs. The broker ships with a number of HA examples. What happens if you run the example at examples/features/ha/non-transaction-failover? You just need to run the command 'mvn verify' from the example directory. The

ApacheCon North America 2019 Schedule Now Live!

2019-06-12 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this message because you’re subscribed to one or more Apache Software Foundation project user mailing lists.) We’re thrilled to announce the schedule for our upcoming conference, ApacheCon North America 2019, in Las Vegas, Nevada. See it now at

Artemis 2.9.0 - Basic shared storage - static discovery - Failover not happening

2019-06-12 Thread hannibal
Hi all, I first tried with Artemis 2.7.0 but I didn't make it, now I'm trying with Artemis 2.9.0, still looking for some luck. What I want to achieve is a basic shared storage master/slave cluster with static discovery. I have a java client that connects to the master. Java code is provided

Re: Inactivity Monitor Forces bridge to shutdown

2019-06-12 Thread Vinod
Hi,, Did you find any solution to the issue mentioned? Kindly let me know if you have. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

ActiveMQ message queue stuck message

2019-06-12 Thread raylo
I am experiencing an ActiveMQ issue which is some message is not able to retrieve from message queue. The version of ActiveMQ is 5.11.1 and 5.15.9. We tried to insert 10 new messages to the message queue and we use ESB activeMQ connector to obtain the message from message queue. We notice there

maxForm Content in activemq

2019-06-12 Thread Activemq_user
Team, We are using ActiveMQ 5.13.3 and whenever we try to post huge message on MQ console we see below error and message don't get posted. Error : 2019-06-12 05:38:24,576 | WARN | | org.eclipse.jetty.servlet.ServletHandler | qtp584792113-1616

Re: Artemis 2.7.0 - Shared Store cluster - RHEL guest/WIN host VMs - Failover not working

2019-06-12 Thread hannibal
I moved to Artemis 2.9.0 so probably it would be better to open a new thread. Thanks, Lorenzo -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Too Many TCP Connections, ultimately causing the connections to be dropped by the broker

2019-06-12 Thread cooshal
Hi: yes. Just figured out a way to get out of this issue. Somehow, the broker was caching the connections (because restarting the instance did not cause the instance to use the pooled connection), and there were a lot of Temp Advisory Queues. I have no idea how and why. I stopped all the

Re: Too Many TCP Connections, ultimately causing the connections to be dropped by the broker

2019-06-12 Thread Jean-Baptiste Onofré
The ConnectionFactory is exactly the same configuration between the instances ? Regards JB On 12/06/2019 09:40, cooshal wrote: > Hi: > > This is a very weird issue that I am facing right now. > > I have 5 different karaf instances, on the same machine, and all those > instances have the same

Re: Too Many TCP Connections, ultimately causing the connections to be dropped by the broker

2019-06-12 Thread cooshal
Hi: This is a very weird issue that I am facing right now. I have 5 different karaf instances, on the same machine, and all those instances have the same bundles installed. 4 out of 5 instances show just one connection in the activemq web console (multiple consumer sessions inside it). There is