Camel Aggregator - Completion based on CamelSplitComplete

2015-12-03 Thread contactreji
Hello!! I just noticed the the header called CamelSplitComplete in camel splitter EIP. My requirement is to create a single file at the end of aggregation. I have configured my aggergator as follows * true

Rest DSL Multipart OSGI multi bundles

2015-12-03 Thread sekaijin
Hi, I have several bundles that implement a subset of Rest Services. I have a bundle that sets the HttpTransport I try to make a service that receives via a method POST a multipart/form-data. I read that he had to use camel-jetty instead of camel-servlet. But I can not make it work. My httpTra

Re: Delete a file from route XML

2015-12-03 Thread yogu13
if the file is the source of input for your route then you could use the delete option of File to get it done. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Delete-a-file-from-route-XML-tp5774626p5774649.html Sent fr

camel-elasticsearch: use of client.transport.sniff

2015-12-03 Thread Randy Bowen
As of version 2.16.0, the camel-elasticsearch component appears to hard-code the configuration of the client.transport.sniff parameter for the TransportClient to “true”. This causes transport connections to fail in our network configuration where the ElasticSearch cluster has separately dedica

Re: Camel and Activemq setup with Spring Boot

2015-12-03 Thread zpyoung
Any help on this? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-Activemq-setup-with-Spring-Boot-tp5774544p5774651.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Delete a file from route XML

2015-12-03 Thread anish.somadevan
Thanks for your reply Yogesh. I would be creating a file in one of my route, and then want to delete it in an another route. Would that be possible using the File component delete=true? Thanks, Anish -- View this message in context: http://camel.465427.n5.nabble.com/Delete-a-file-from-route-X

camel zipfile memory based?

2015-12-03 Thread Wilson MacGyver
according to http://camel.apache.org/zip-dataformat.html zip data format is memory based, ie, the entire file content is loaded into the memory. is this also true for http://camel.apache.org/zip-file-dataformat.html I don't see the same warning here. Thanks, Mac -- Omnem crede diem tibi dil

Camel Avro : Dependency added but still class not found error

2015-12-03 Thread Vanshul . Chawla
I am doing a basic POC to convert xml to avro format. Below is the code http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:amq="http://activemq.apache.org/schema/core"; xsi:schemaLocation=" http://www.springframework

Re: Soap Body is Empty or Partial XML

2015-12-03 Thread Aki Yoshida
i think something is consuming the payload stream somewhere before your other processing step is trying to consume/convert the data. when using streaming, either you can consume the data once or must convert it to something else if it needs to be consumed again. CAMEL-8663 is not related to this b

WildFly-Camel-3.2.0 released

2015-12-03 Thread Thomas Diesler
Dear Friends, I’m happy to announce the release of wildfly-camel-3.2.0 WildFly-Camel 3.2.0 provides Camel-2.16.1 integration with WildFly-9.0.2.Final. We now provide compatibility with Karaf based deployments and added two mo

Re: Using camel-jetty options in recipient List

2015-12-03 Thread pratham
Hi Claus , According to what you said , there are 2 tables : "options" - this can be configured in the uri "component options" - for jetty endpoint i did not get what you meant by "enableJmx is on the component only" . Infact enableJmx option appears in both the tables. Now , 'chunked' appear

Re: Producer-consumer problem in Camel

2015-12-03 Thread hasikada
Hello, When setting option 'waitForTaskToComplete=Never' the 'handleUserRequest' route puts an exchange to seda queue and immediately responds to user 'Your request .'. I would expect the setting 'concurrentConsumers=1' makes that the exchanges from seda queue are processed one by one in 'dire