Re: Apache >> Camel >> ActiveMq

2012-03-22 Thread sambardar
It doesn't work even if i just send the message directly from netty endpoint without modifying the body -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-ActiveMq-tp5580552p5587190.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache >> Camel >> ActiveMq

2012-03-22 Thread Claus Ibsen
On Thu, Mar 22, 2012 at 9:00 AM, sambardar wrote: > it is just a test for now. kpigeneratorBean simply sets a test message "From > KPI Bean" in the body of the message. > > Basically it has just 1 line:  e.getOut().setBody("From KPI Bean"); In fact > if i route the message directly from netty comp

Re: Apache >> Camel >> ActiveMq

2012-03-22 Thread sambardar
it is just a test for now. kpigeneratorBean simply sets a test message "From KPI Bean" in the body of the message. Basically it has just 1 line: e.getOut().setBody("From KPI Bean"); In fact if i route the message directly from netty component to the queue, i still get the error. -- View this mes

Re: Apache >> Camel >> ActiveMq

2012-03-20 Thread Willem Jiang
Hi, What are you doing in the bean:kpiGeneratorBean? BTW, when you using the multicast, you need to enable the stream cache[1] to support stream consuming in different endpoints. [1]http://camel.apache.org/stream-caching.html On Wed Mar 21 03:27:29 2012, sambardar wrote: In fact the trace i

Re: Apache >> Camel >> ActiveMq

2012-03-20 Thread sambardar
In fact the trace i sent already is when it makes second delivery attempt and after. In the first delivery attempt the trace is as below. It seems that messages are simply not being delivered to the ActiveMQ queue == TRACE ===

Re: Apache >> Camel >> ActiveMq

2012-03-20 Thread sambardar
Camel Version 2.9.0. I am trying to run these routes for first time and i am getting this exception at the start of the routes itself. Everything is configured in the xml file. I am pasting full xml file followed by complete stack trace: http://www.springframework.org/schema/beans"; xmlns:

Re: Apache >> Camel >> ActiveMq

2012-03-20 Thread Claus Ibsen
Hi What version of Camel are you using? How did you configure AMQ? Did it work previously? Post the full stacktrace On Tue, Mar 20, 2012 at 5:39 PM, sambardar wrote: > I am getting an exception when starting the routes that has ActiveMq > component in it. It is complaining about not able te re