Deploy on Service Mix

2017-01-28 Thread DanielArias
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

Deploy Service Mix

2017-01-25 Thread DanielArias
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

Start and Stop ActiveMQ consuming

2016-12-19 Thread DanielArias
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

Re: send reply body after finishing complete route

2016-11-21 Thread DanielArias
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

send reply body after finishing complete route

2016-11-21 Thread DanielArias
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(