Re: HL7/netty4/BodyType: io.netty.buffer.UnpooledUnsafeDirectByteBuf

2016-01-25 Thread Walzer, Thomas
This was definitely a PEBKAC problem. I was missing the decoder= part in the netty4 configuration. So the response never got decoded to something meaningful. Sorry for bothering you all and being completely blind. Claus & Willem I owe you at least one beer. Cheers, Thomas. Am 24.01.2016 um 12:

Bindy mixing fixedlength and csvRecord

2016-01-25 Thread souciance
Hello, Is it possible to combine fixedlength record with csvrecord in bindy using two different models i.e. two different classes? For example say you have the following input data: 09N2010093009384820100930093848AP|AOMAIN|AB11|AC| The first part "09N2010093009384820100930093

Issues when suspeding JMSConsumers with "receiveTimeout"

2016-01-25 Thread jpeschke
Hello, I followed Claus' suggestion about implementing an own route policy for throttling the reception of incoming JMS messages if there is too much work to be done (see Limit number of JMS messages when processing asynchronously

Camel Context as Rest Consumer and HTTP Producer

2016-01-25 Thread bob anderson
I am trying to use a Rest consumer and then an HTTP Producer in the same camel context. Both the Rest consumer works and the HTTP producer work separately but not in the same context. The HTTP app that is called is just another Camel servlet app that listens and returns an xml body message. I get a

Tutorial on Spring Remoting with JMS

2016-01-25 Thread RogerN
The Tutorial on Spring Remoting with JMS does not work for me. The first step "Create the Camel Project" mvn archetype:create -DgroupId=org.example -DartifactId=CamelWithJmsAndSpring Fails with: [ERROR] Failed to execute goal org.apache.maven

Re: Camel Context as Rest Consumer and HTTP Producer

2016-01-25 Thread Richard Davidson
Hi Bob, Could you try setting: http://xx.xxx.xxx.x/myhttpapp-1 before you make the outgoing HTTP call. Cheers, Richard On Mon, Jan 25, 2016 at 9:33 PM, bob anderson wrote: > I am trying to

Re: "Dynamic" data format in route

2016-01-25 Thread web_nab...@sunilsamuel.com
Hello, I wanted to provide a solution for anyone else who may have the same questions. I also had a similar requirement where I create several data formats via blueprint but I wanted a way for the route to determine which data format to use. That is, use a property value to determine the data f

CAMEL-8983: Question regarding Camel Simple Random()

2016-01-25 Thread Ravi Nallappan
Hi, Is it possible to make this function work based on content? i.e .setBody(simple("random(${body})")) Thanks and regards, Ravi Nallappan