[rabbitmq-discuss] Durable Exchanges, Queues and Persistent Messages

Matthew Sackman matthew at lshift.net
Tue Nov 10 17:51:16 GMT 2009


On Tue, Nov 10, 2009 at 10:49:29AM -0700, Derek Burdick wrote:
> That sounds like the likely culprit.  I'll test that and let you know.  What
> I was hoping to accomplish, was to have the message queue, keep a copy of a
> message for an hour so that when a new consumer connected, he receives the
> last hour of messages.  I might have to add this logic to the applications
> somehow.

Yes, there is currently no way of giving messages a TTL in RabbitMQ.
You'll need to do this at the application layer.

Matthew




More information about the rabbitmq-discuss mailing list