Re: Exception not getting caught and multiple consumers getting the same message

2011-10-11 Thread Claus Ibsen
t; > > > > From: Aaron Doyle > To: "users@camel.apache.org" > Sent: Friday, October 7, 2011 11:55 AM > Subject: Re: Exception not getting caught and multiple consumers getting the > same message > > I tried the handleFault=true attribu

Re: Exception not getting caught and multiple consumers getting the same message

2011-10-10 Thread Aaron Doyle
e To: "users@camel.apache.org" ; Aaron Doyle Sent: Friday, October 7, 2011 12:00 PM Subject: Re: Exception not getting caught and multiple consumers getting the same message my properties values did not display correctly, they are messageQueueURI=tcp://localhost:61616?jms.prefetchPolicy.

Re: Exception not getting caught and multiple consumers getting the same message

2011-10-07 Thread Aaron Doyle
nt: Friday, October 7, 2011 11:55 AM Subject: Re: Exception not getting caught and multiple consumers getting the same message I tried the handleFault=true attribute and that did not enable the exceptions to get caught.    The exceptions are caught when running one consumer, as soon as I increase the

Re: Exception not getting caught and multiple consumers getting the same message

2011-10-07 Thread Aaron Doyle
4, 2011 11:50 AM Subject: Re: Exception not getting caught and multiple consumers getting the same message Could it be the spring-ws client returns a SOAP Fault and not an exception? Camel error handler only reacts upon exceptions. There is a flag you can enable on the route, handleFault=true,

Re: Exception not getting caught and multiple consumers getting the same message

2011-10-04 Thread Claus Ibsen
; possible that I have multiple consumers grabbing the same message off of the > queue to load (which is what is causing the exception to be thrown.)  If I > run with 1 consumer, it runs without exceptions. > > -Aaron > From: Claus Ibsen > To: users@camel.apache.org; Aaron Doyle

Re: Exception not getting caught and multiple consumers getting the same message

2011-10-03 Thread Aaron Doyle
wn.)  If I run with 1 consumer, it runs without exceptions.   -Aaron From: Claus Ibsen To: users@camel.apache.org; Aaron Doyle Sent: Monday, October 3, 2011 3:48 AM Subject: Re: Exception not getting caught and multiple consumers getting the same message Hi You n

Re: Exception not getting caught and multiple consumers getting the same message

2011-10-03 Thread Claus Ibsen
uot;> >     > > > class="org.apache.activemq.pool.PooledConnectionFactory"> >     >     >     > > > >     >     > > > id="activemq"class="org.apache.activemq.camel.component.ActiveMQComponent"> >     > >

Re: Exception not getting caught and multiple consumers getting the same message

2011-10-02 Thread Aaron Doyle
  java.lang.Exception                                                         From: Claus Ibsen To: users@camel.apache.org Sent: Sunday, October 2, 2011 3:08 AM Subject: Re: Exception not getting caught a

Re: Exception not getting caught and multiple consumers getting the same message

2011-10-02 Thread Claus Ibsen
Hi Can you post the XML so its readable :) On Sat, Oct 1, 2011 at 6:40 PM, Aaron Doyle wrote: > I have a small route that reads from an activemq queue and sends the message > to a bean, a service client that calls a web service, and am experiencing a > few issues.  The onException configurati

Exception not getting caught and multiple consumers getting the same message

2011-10-01 Thread Aaron Doyle
I have a small route that reads from an activemq queue and sends the message to a bean, a service client that calls a web service, and am experiencing a few issues.  The onException configuration doesn't seem to get called when the bean throws an exception, and it seems like some of my concurren