Thanks Gary. I'm reading through the test code more carefully right now to understand the entirety of it's operation. You are correct - a durable consumer is used on Topics, although I need to verify that's actually used in the case that's failing.
With a durable subscriber, the problem gets more complicated in the broker's logic because it is possible that the same durable subscription was consumed by a second client between the disconnect and reconnect of the first client, even though that scenario seems highly improbable. -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ2149LevelDBTest-failures-tp4690010p4690291.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
