On Mon, Apr 6, 2009 at 2:47 PM, ee7arh <[email protected]> wrote:
>
> Hi,
>
> I would like to use the delayer pattern quite extensively to delay quite a
> few messages for up to 6 hours. Is there anyway to see how many or even
> which messages are currently delayed?
6 hours, that is a long time. I think there are settings/features
related to messaging/JMS where you can set some sort of JMS header
to indicate when its "visible" for the consumers. I would assume this
is safer as the message can stay in a persistent queue.

The delayer in Camel is a simple thread sleep feature meant for delays
in seconds. It does not have a visible queue or some sort.


>
> I am routing from a persistent queue to the delayer and then on to a bean. I
> am worried that once a message is delayed, it will effectivley disppaear of
> my radar and I won't have a sure way to know how many messages are currently
> delayed.
>
> Any suggestions?
>
> Thanks
> Andrew
> --
> View this message in context: 
> http://www.nabble.com/Is-it-possible-to-see-which-messages-are-currently-%22delayed%22-tp22908089p22908089.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus
Apache Camel Reference Card:
http://refcardz.dzone.com/refcardz/enterprise-integration

Reply via email to