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

2021-05-10 Thread Tim Bain
Excellent, I'm glad it gives you a solution that does what you're looking for. Tim On Sun, May 9, 2021, 3:54 PM J P wrote: > Thanks Tim, for the hint on failover-transport. > I wasn't aware it could be used with a single-instance broker. > But I tested it now, and that seems to fully solve the

Re: How to disable producerFlowControl in Apache Artemis

2021-05-10 Thread Gary Tully
That configuration is not exposed in the Artemis OpenWire protocol implementation, it is false by default. Async sends will not accumulate in memory when there is no credit/resources on the broker. what behaviour do you wish the control with this setting? On Sat, 8 May 2021 at 15:22, Imran Raza K