Dear all, I'm encountering a very strange problem. I have a client that uses an embedded broker to connect to a network of brokers. The connection between my client and the embedded broker is done through the Apache.NMS.ActiveMQ client. I'm connecting to the embedded broker through a failover uri as I want to recover from possible exception raised. The version of the NMS client is 1.2.0.1794 and we are using the latest version from 5.3.1 branch. This was also happening with the stable release 5.3.0.
Everything works perfectly until I receive the event ConnectionResumedListener. The weird part is that: - why do I receive a connection resume event without a previous connection interrupted event? - the connection is recovered properly, but not my subscription. Basically my client doesnt receive anything anymore from the embedded broker although the broker still receives the messages incoming from the network of brokers. Do you have any ideas why I would receive a connection resumed alone (without a connection interrupted?), and why the failover transport correctly recovers the connection but not subscriptions? Thank you very much for your advice on the matter, -- Sebastien Rodriguez