On Wed, Jun 27, 2012 at 12:06 PM, panzerhans <espen+ca...@tjonneland.no> wrote:
> Is it possible to discover if aJMS message processing threw an exception when
> you aggregate after a split (that splits to JMS)?
>
> I have tried using an aggregator that runs on completionSize (that I set
> prior to splitting). All messages sent to the JMSqueue show up, but no
> indication of exceptions that are thrown are there.
>
> What I am trying to achieve is a way to "easily" be able to tell if all
> consumption of messages went without an exception.
>

So yo do a

  split
     to jms queue (fire and forget style, eg in only)

And you want to know that the consumers on that queue, will process
these messages you sent to them successfully?


If thats the case you need those consumers to send back a message to
you saying - OK I did process the message.




> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-split-aggregate-over-JMS-how-determine-if-any-exception-occured-tp5715151.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to