ActiveMq-InOut: save exchange body

2013-10-21 Thread ak-dak
the route? Best regards -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMq-InOut-save-exchange-body-tp5741975.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ActiveMq-InOut: save exchange body

2013-10-21 Thread Christian Müller
he entity and the reference. > > The problem is, that "Application B" has not the class of the entity within > the class path. Therefore I can't send the entity to "Application B". How > can I save the exchange body with the entity till the end of the route? &

Re: ActiveMq-InOut: save exchange body

2013-10-22 Thread ak-dak
Hi, the enricher is a good component but it seems not to work in asynchronous routes. My routes are connected with each other over ActiveMq and exchange pattern "InOnly". Best regards -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMq-InOut-save-exc

Re: ActiveMq-InOut: save exchange body

2013-10-23 Thread Christian Müller
this message in context: > http://camel.465427.n5.nabble.com/ActiveMq-InOut-save-exchange-body-tp5741975p5742025.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: ActiveMq-InOut: save exchange body

2013-10-23 Thread ak-dak
eTask.access$301(ScheduledThreadPoolExecutor.java:178) [rt.jar:1.7.0_13] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [rt.jar:1.7.0_13] ... 3 more -- View this message in context: http://camel.465427.n5.nabble

Re: ActiveMq-InOut: save exchange body

2013-10-24 Thread contactreji
. Cheers Reji -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMq-InOut-save-exchange-body-tp5741975p5742116.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ActiveMq-InOut: save exchange body

2013-10-24 Thread Christian Müller
TimeoutMap.purge(DefaultTimeoutMap.java:203) > [camel-core-2.10.0.jar:2.10.0] > at > org.apache.camel.support.DefaultTimeoutMap.run(DefaultTimeoutMap.java:159) > [camel-core-2.10.0.jar:2.10.0] > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > [rt.jar:1.7.0_13] > at > java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) > [rt.jar:1.7.0_13] > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) > [rt.jar:1.7.0_13] > at > > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) > [rt.jar:1.7.0_13] > at > > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) > [rt.jar:1.7.0_13] > ... 3 more > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ActiveMq-InOut-save-exchange-body-tp5741975p5742113.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: ActiveMq-InOut: save exchange body

2013-10-24 Thread ak-dak
Hi Christian, I've tried it, but I got the same time out exception. I'am using Camel 2.10.0 and Spring 3.0.5. Do you have any further suggestions? Best regards -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMq-InOut-save-exchange-body-tp5741975p5742160