uuid generator

2017-01-06 Thread bdeweer
Hello, I don't understand the purpose of the following classes / interfaces in Camel : JavaUuidGenerator SimpleUuidGenerator UuidGenerator ActiveMQUuidGenerator Why and when do I need these objects ? All my exchanges need a unique ID. I ve already used java.util.UUID.randomUUID().toString()

issues with using properties, bean and simple language combinations

2017-01-06 Thread Baltej Singh
What is the procedure to create a defect JIRA for Camel? I am including a simple camelContext.xml and properties file to replicate the issue using Camel 2.18.1. The simple example that shows the issues with various {{}}, =$simple{file:onlyname} and ${bean:...} combinations fileNami

Re: Camel Aggregator issue

2017-01-06 Thread Steve973
I think that you are going to need to split the body in such a way that it splits the records that are returned, and I don't think that using the simple expression of "body" is going to do that for you. Furthermore, using streaming will just split the body into arbitrarily sized chunks, which won'

RE: Getting soap:VersionMismatch on invoking a SOAP service using CXF

2017-01-06 Thread MadhuChitti
From: MadhuChitti [via Camel] [mailto:ml-node+s465427n579224...@n5.nabble.com] Sent: Friday, January 06, 2017 10:38 AM To: Madhu Chitti Subject: Re: Getting soap:VersionMismatch on invoking a SOAP service using CXF After changing dataFormat from MESSAGE to PAYLOAD, it is working fine

Re: Getting soap:VersionMismatch on invoking a SOAP service using CXF

2017-01-06 Thread MadhuChitti
After changing dataFormat from MESSAGE to PAYLOAD, it is working fine PAYLOAD*"/> -- View this message in context: http://camel.465427.n5.nabble.com/Getting-soap-VersionMismatch-on-invoking-a-SOAP-service-using-CXF-tp5792156p5792248.html Sent from the Camel - Users mailing list archive at Nabb

Re: What is the Camel endpoint for marshalling using bindy dataformat?

2017-01-06 Thread Raghavan83
The end goal is to create a FixedLengthRecord feed which maps to 4 different model classes.I would be iterating a Collection which has the appropriate input and based on loop index%4 (modulus operator), route to appropraite bindy marshaller endpoint using recipientList -- View this message in co

Re: What is the Camel endpoint for marshalling using bindy dataformat?

2017-01-06 Thread Claus Ibsen
There is a dataformat component you can use http://camel.apache.org/dataformat-component.html On Fri, Jan 6, 2017 at 2:44 AM, DariusX wrote: > Bindy is not literally an endpoint, so what's the underlying problem you're > trying to solve by treating it as an endpoint? Is it that you want to make a

Re: http://camel.apache.org/swagger-java.html (typo ?)

2017-01-06 Thread Claus Ibsen
Hi Thanks I am fixing this On Thu, Jan 5, 2017 at 10:52 PM, chandler wrote: > On page http://camel.apache.org/swagger-java.html you have: > > > > RestSwaggerCorsFilter > > org.apache.camel.swagger.*rest*.RestSwaggerCorsFilter > > > I think it should be: > > > RestSwaggerCorsFilter > > org

Camel consumers created/destroyed every second...

2017-01-06 Thread raffi
I'm using the following configuration with Springboot 1.4/Java 1.8, Camel 2.15.1. In JMX I can see 8 consumers objects on the listening queue, but the consumers are replaced with new ones, verified by session ID, every second. This started happening the moment I changed from CACHE_CONSUMER/prefetc

Apache Camel Integration with Apache Kafka

2017-01-06 Thread swgupta
Hello All, I am trying to create an Apache Camel Consumer for a topic in Apache Kafka. I am using Camel 2.17.0 and Kafka 0.10 and JDK 1.7. I have attached 2 files, KafkaCamelTestConsumer.java and KafkaCamelTest.java(Producer) I have created a topic by the name test1 and trying to produce/consume

Re: Camel consumers created/destroyed every second...

2017-01-06 Thread raffi
Ahhh, need to OPEN MY EYES! ...CACHE_CONSUMER/prefetch=1, mistake was disabling consumer caching entirely. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-consumers-created-destroyed-every-second-tp5792215p5792217.html Sent from the Camel - Users mailing list archive at