Re: Dead Letter Error Handler and non blocking mode

2011-02-05 Thread Claus Ibsen
On Fri, Feb 4, 2011 at 8:37 PM, rxm0203 wrote: > > Hi Claus, > > Thanks for the link. I think I am using similar approach. My first route > "calcQueue"  takes incoming message and puts it on a user specific queue > (e.g. activemq:queue:Order.User1, activemq:queue:Order.User2) > >>   >>   >>   >>  

Re: Dead Letter Error Handler and non blocking mode

2011-02-04 Thread rxm0203
Hi Claus, Thanks for the link. I think I am using similar approach. My first route "calcQueue" takes incoming message and puts it on a user specific queue (e.g. activemq:queue:Order.User1, activemq:queue:Order.User2) > > > > > > "OrderProcessor" bean in second route "ProcessOrder

Re: Dead Letter Error Handler and non blocking mode

2011-02-04 Thread Claus Ibsen
Hi See http://camel.465427.n5.nabble.com/Message-blocks-route-until-all-redelivery-attempts-are-exhausted-tp472319p472319.html On Fri, Feb 4, 2011 at 3:37 PM, rxm0203 wrote: > > Hi Claus, > > I upgraded to Camel 2.4 but I see still see blocking behavior. Here are the > contents of my camel-cont

Re: Dead Letter Error Handler and non blocking mode

2011-02-04 Thread rxm0203
Hi Claus, I upgraded to Camel 2.4 but I see still see blocking behavior. Here are the contents of my camel-context.xml. http://camel.apache.org/schema/spring";> With above configuration if activemq:queue:Order.User1

Re: Dead Letter Error Handler and non blocking mode

2011-01-30 Thread Claus Ibsen
On Mon, Jan 31, 2011 at 1:17 AM, rxm0203 wrote: > > Hi Claus, > > Thanks for your reply. I looked at asyncDelayed documentation > (http://camel.apache.org/delayer.html) and it looks like that it is > available as of Camel 2.4. I am using Camel 2.2. Do you have any other > recommendation? > No, yo

Re: Dead Letter Error Handler and non blocking mode

2011-01-30 Thread rxm0203
Hi Claus, Thanks for your reply. I looked at asyncDelayed documentation (http://camel.apache.org/delayer.html) and it looks like that it is available as of Camel 2.4. I am using Camel 2.2. Do you have any other recommendation? Thanks, Rahul -- View this message in context: http://camel.465427

Re: Dead Letter Error Handler and non blocking mode

2011-01-28 Thread Claus Ibsen
On Fri, Jan 28, 2011 at 7:43 PM, rxm0203 wrote: > > I have following route with dead letter error handler attached to it. > > >         >         > > > My Dead Letter Error Handler definition is as follows. Please note that I > have 5 minutes delay between retries. > >         class="org.apache