[rabbitmq-discuss] Age of message

Alvaro Videla videlalvaro at gmail.com
Thu Mar 20 20:24:03 GMT 2014


If you are not going to process the staled messages, then if they have
TTL set, they will be dead lettered, by setting up a queue on that
dead letter exchange, you could then report on those "staled"
messages.

RabbitMQ doesn't support browsing a queue and selecting message with
certain age.

On Thu, Mar 20, 2014 at 9:07 PM, cw storm <cwstorm at gmail.com> wrote:
> TTL applies to expiring the message.  I don't want to set an expiration on
> the message.  What we're trying to do is report on stale messages.  Trying
> to find a reasonable design or approach on this topic.  Interested in how
> everyone does it.
>
>
> On Thu, Mar 20, 2014 at 3:54 PM, Alvaro Videla <videlalvaro at gmail.com>
> wrote:
>>
>> On Thu, Mar 20, 2014 at 8:49 PM, cw storm <cwstorm at gmail.com> wrote:
>> > We want to get an alert when messages haven't been ack since the time it
>> > arrived in the queue.
>>
>> I don't think RabbitMQ could give you that functionality. In any case,
>> have you looked into TTLs? http://www.rabbitmq.com/ttl.html
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>


More information about the rabbitmq-discuss mailing list