[ANNOUNCE] Apache ActiveMQ 5.16.2 has been released

2021-05-08 Thread Jean-Baptiste Onofre
The Apache ActiveMQ team is pleased to announce Apache ActiveMQ 5.16.2 release. https://activemq.apache.org/activemq-5016002-release This releases includes fixes, improvements and dependency updates, especially: - improvements on the Active

[ANNOUNCE] Apache ActiveMQ 5.15.15 has been released

2021-05-08 Thread Jean-Baptiste Onofre
The Apache ActiveMQ team is pleased to announce Apache ActiveMQ 5.15.15 release. https://activemq.apache.org/activemq-5015015-release *NOTE: This is the last planned 5.15.x release. Users should upgrade to the current 5.16.x stream for ongo

Re: ActiveMQ to auto-reconnect on jdbc db-failures?

2021-05-08 Thread Jean-Baptiste Onofre
Hi Tim, My point is without failover (direct connection). And yeah, agree about failover (failover deals with "network" outage, single broker included). Regards JB > Le 8 mai 2021 à 15:37, Tim Bain a écrit : > > If clients use the failover transport ( > https://activemq.apache.org/failover-t

How to disable producerFlowControl in Apache Artemis

2021-05-08 Thread Imran Raza Khan
Hi, As we can disable producerFlowControlin ActiveMQ , by adding following in activemq.xml But a similar configuration i am not able to find for Artemis. Please point me to configuration if i missed. Regards, imran

Re: Inquiring about

2021-05-08 Thread Tim Bain
One way to do that would be to use netstat just before and just after the disconnection, to show that the TCP connection is gone. Is that the sort of thing you're looking for? Tim On Thu, May 6, 2021, 10:29 PM Wei Zheng wrote: > Hi Tim > > Thanks for your reply. > Even if i set the timeout opt

Re: Does ActiveMQ support multiple config files?

2021-05-08 Thread Tim Bain
Matt and JB seem to have answered different questions, where Matt seemed to be talking about segmenting a single config across multiple files and JB was talking about the ability to have multiple distinct configs and choose one of them when launching. Which of those scenarios do you mean? Tim On

Re: ActiveMQ to auto-reconnect on jdbc db-failures?

2021-05-08 Thread Tim Bain
If clients use the failover transport ( https://activemq.apache.org/failover-transport-reference.html), reconnection is automatic when the broker becomes available once again. Failover isn't just for the case where you have multiple brokers, it also allows reconnection to a single broker, or to mul

Re: ActiveMQ to auto-reconnect on jdbc db-failures?

2021-05-08 Thread Jean-Baptiste Onofre
Hi, Currently, if you send a persistent message while JDBC store is not available (for any reason), the producer will get a JMSException/IOException. It’s up to the client to deal with redelivery or fail its process. I don’t think it’s a good idea to wait for database, as it’s not really predi

Re: ActiveMQ to auto-reconnect on jdbc db-failures?

2021-05-08 Thread J P
Hi Tim. We are using the "Classic" ActiveMQ. Would this behaviour be any different if switching to Artemis? In my view, the preferred behaviour if a client sends a msg to the queue during DB-outage, the send request should "hang" or "block" until the DB becomes available again (possibly throwing