Re: errorHandler for activemq component example configuration

2014-02-14 Thread bergun
Great explanation thanks. -- View this message in context: http://camel.465427.n5.nabble.com/errorHandler-for-activemq-component-example-configuration-tp5013373p5747305.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: errorHandler for activemq component example configuration

2014-02-13 Thread kraythe .
With any JMS system if you send a message using request-reply the broker will utilize one of many options for replying to you. Either a temporary queue just for you or a community topic by which you can use your correlation ID to pluck out the reply. There are other options as well. >From the poin

Re: errorHandler for activemq component example configuration

2014-02-13 Thread bergun
"If using AMQ you can enable sync sending," I am trying to work out how this can be done from Jms Options. I tried to grep with sycnhronous keyword but couldnt find it really. Appreciate if you can tell how this can be achieved. -- View this message in context: http://camel.465427.n5.nabble.com

Re: errorHandler for activemq component example configuration

2011-11-22 Thread Claus Ibsen
On Tue, Nov 22, 2011 at 1:17 PM, baklarz wrote: > I'm tried several configurations. Exceptions inside jms/activemq are > completly ignored by camel arror handler. > > This line in log drives me crazy. > 2011-11-22 12:59:11,700 WARN > [org.apache.camel.component.jms.JmsMessageListenerContainer] -