Re: Inconsistent TTL behavior on Topics

2011-01-30 Thread Martin C.
Hi Martin, On Sat, Jan 29, 2011 at 4:10 AM, mgfarme wrote: > Why do we get different behavior on queues than on topics ? I > can put a message on a queue with no subscribers, and see it timeout after > the TTL value. Because that is the defined semantics of a queue. Queues must hold the messages

Re: Inconsistent TTL behavior on Topics

2011-01-28 Thread mgfarme
Hi Dejan, Thanks for the reply. That makes a lot of sense, and I understand what you are saying. Why do we get different behavior on queues than on topics ? I can put a message on a queue with no subscribers, and see it timeout after the TTL value. Thanks Martin -- View this message in context

Re: Inconsistent TTL behavior on Topics

2011-01-27 Thread Dejan Bosanac
Hi Martin, topic messages are dispatched from the broker very fast if there are consumer there. There's no persistence going on if you're not using durable subscribers. That's why when you have a consumer, the messages with be probably dispatched from the broker. In case there are no consumers an