Re: ActiveMQ route not responding

2012-09-16 Thread Claus Ibsen
Hi It looks like a classpath problem with incompatible JARs. Make sure you have the same version of Spring JARs etc. Also it depends on which version of Spring you use, that is supported by Camel or ActiveMQ. For example the later releases of Camel requires Spring 3.0+. On Mon, Sep 17, 2012 at 1

Re: ActiveMQ route not responding

2012-09-16 Thread Christian Müller
Which version do you use? How looks pom.xml? Sent from a mobile device Am 17.09.2012 08:07 schrieb "fbotti" : > Hi guys, > I have a problem while i'm implementing a consumer from an > activeMQ queue. The use case would be: consume from a queue proccess that > message and then create a

ActiveMQ route not responding

2012-09-16 Thread fbotti
Hi guys, I have a problem while i'm implementing a consumer from an activeMQ queue. The use case would be: consume from a queue proccess that message and then create a message on another route. This is my Java-DSL route: from("activemq:queue:personasTrigger")

More data transformation features in Camel

2012-09-16 Thread Raul Kripalani
Hi guys, A fair number of users rely on Camel for business orchestration, with varying degrees of complexity. One shortcoming of Camel compared to BPEL is that you can't embed assignment and field-focused transformation rules, like you can do with the BPEL Assign activity. With XML payloads, I wo