RE: Second error handed by continued(true) doesn't work

2011-06-02 Thread Nowakowski, Mateusz
nesday, June 01, 2011 7:47 PM To: users@camel.apache.org Subject: Re: Second error handed by continued(true) doesn't work Hi, JBI flows/endpoints use an NMR for communication between the components, and the NMR in JBI by default is a SEDA (java.util.concurrent.BlockingQueue) based implementat

Re: Second error handed by continued(true) doesn't work

2011-06-01 Thread Ashwin Karpe
Hi, JBI flows/endpoints use an NMR for communication between the components, and the NMR in JBI by default is a SEDA (java.util.concurrent.BlockingQueue) based implementation. Is your JBI endpoint a Binding Component that sends the exchange on a JBI based workflow? Is your JBI flow up and running