Thanks Stephan!
-Original Message-
From: Stephan Burkard [mailto:sburk...@gmail.com]
Sent: Wednesday, July 01, 2015 5:03 PM
To: users@camel.apache.org
Subject: Re: Camel activemq consumer
Hi
Check out Polling Consumer:
https://urldefense.proofpoint.com/v2/url?u=http
Hi
Check out Polling Consumer: http://camel.apache.org/polling-consumer.html
Regards
Stephan
On Mon, Jun 29, 2015 at 5:40 AM, rbkumar88 wrote:
> Hi,
>
> Is there anyway to have a camel activemq consumer to consume only one
> message at a time.
> PFB the scenario.
>
Hi,
Is there anyway to have a camel activemq consumer to consume only one
message at a time.
PFB the scenario.
I have a quartz scheduler which runs every 10 minutes and checks for a
condition, if the condition is satisfied, pull only one message from queue
else do nothing.
Regards
Bharath