Hi, I'm trying to deploy my camel project created with eclipse with archetype
java-camel-spring-archetype version 2.2.149
My ServiceMix version is: 6.1.3
I use activemq in my proyect and a sql connection
My pom looks like this:
4.0.0
Integrabilia_Aloha_Camel
Obranza
Hi, I'm trying to deploy my camel project created with eclipse with archetype
java-camel-spring-archetype version 2.2.149
My ServiceMix version is: 6.1.3
I use activemq in my proyect and a sql connection
My pom looks like this:
4.0.0
Integrabilia_Aloha_Camel
Obranza
Hi, good morning
I'm trying to read from an activemq route after a specific condition.
So when this condition happens I trigger the second route placing a file
into a folder, this route will start/trigger the first route so it would
start consuming all messages from the activemq.
So the first ti
I already did that, but is still taking the body of the processor that sends
to the splitter.
I even set the exchange.getIn().setBody() and the
exchange.getOut().setBody() whit the body I need.
but nothing :(
--
View this message in context:
http://camel.465427.n5.nabble.com/send-reply-body-aft
Hi, I'm trying to make a synchronous call to an activemq sending a body right
after I process some rest service invocation. Here is my code:
some process here.. sent to this route.
private String velocitySetThirdPartyTemplate =
"velocity:file://url/velocity/file/SetThirdParty_Template.vm";
from(