Hi Tom, note that scheduled messages are kept by the broker in a specialized store, and will be sent to the queue/topic only when time comes. These send messages have "scheduledJobId" property set, which you can use to select them.
Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Sep 23, 2010 at 4:40 AM, Thomas Dudziak <tom...@gmail.com> wrote: > Hi, > > is there a way to select delayed/scheduled messages with a selector, > e.g. for custom properties ? > > cheers, > Tom >