Can you provide a little more information on your use case?  I’m having a 
little trouble understanding why you want an initialDelay for a JMS consumer.

As you started, the file component has the initialDelay URI parameter to allow 
a little time before the component starts polling for the file.  JMS however 
isn’t a polling consumer - the JMS message will be delivered and an exchange 
will be created as soon as a message is available.

Is there a problem with just waiting for the message to arrive?

> On Feb 22, 2016, at 2:06 AM, fliot <franc...@liot.org> wrote:
> 
> Hi,
> 
> The same way there is a file2 consumer initialDelay option,
> Is there something equivalent for activemq component ?
> 
> I know I can use "delay" after having obtain the message from the activemq
> queue,
> But the idea is, exactly as it is done with file2 component, to let the
> message in place/in queue, during such initial delay.
> 
> Thank in advance,
> 
> Francois
> 
> 
> 
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Activemq-initialDelay-tp5778033.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to