Re: Smallrye reactive messaging's emitter does not NACK messages sent to Artemis broker

2023-07-10 Thread Robbie Gemmell
The brokers auto-creation handling defaults to creating 'multicast' addresses+queues unless requested otherwise by either the connecting producer specifying what it wants, or by updating the brokers default address configuration for that address. That is, it gives topic-like pub-sub behaviour if no

Re: Strange consumers connections state

2023-07-10 Thread Matt Pavlovich
Hi Ephemeris- 1. Yes, you should use failover:() even with one URL (esp if using load balancer) 2. These Camel errors are trick to troubleshoot without seeing all the settings. Camel JMS uses Spring JMS under the covers, and understanding how that works in combination with Connection Pooling i

Re: Strange consumers connections state

2023-07-10 Thread Ephemeris Lappis
Hello again. Perhaps you've already seen my previous mail... I've tried some options and none of them seems to fix my connection issues. I've tried first adding "failover" over my tcp URL, and then "keekAlice=true" on the tcp transport, and then the two changes together, and I have exactly the sa