Re: Durable subscription not receiving messages

2015-03-04 Thread Peter Hicks
Hi Tim On 04/03/15 14:00, Tim Bain wrote: Another question: is your consumer disconnecting and reconnecting, or stopping and starting (and then connecting with the same client ID)? If the former, I'm wondering if the client is telling the broker it already has those messages when it reconnects

Re: Durable subscription not receiving messages

2015-03-04 Thread Tim Bain
Another question: is your consumer disconnecting and reconnecting, or stopping and starting (and then connecting with the same client ID)? If the former, I'm wondering if the client is telling the broker it already has those messages when it reconnects so nothing gets sent. That's pure speculatio

Re: Durable subscription not receiving messages

2015-03-01 Thread Peter Hicks
Hi Tim On 28 Feb 2015, at 16:41, Tim Bain wrote: > Are messages being sent to the topic at the time the consumer reconnects, > or is it just consuming a backlog of already-sent messages? Yes, additional messages are being sent on to the topic when the consumer reconnects - around 1-2 per secon

Re: Durable subscription not receiving messages

2015-02-28 Thread Tim Bain
Are messages being sent to the topic at the time the consumer reconnects, or is it just consuming a backlog of already-sent messages? On Feb 28, 2015 3:47 AM, "Peter Hicks" wrote: > Hello > > I'm using ActiveMQ 5.10.1 running under OpenJDK 1.13.6. I'm encountering > a problem where I reconnect t