camel-xmpp Producer for Firebase Cloud Messaging

2016-10-21 Thread Allan C.
Hi all, After some testing with the existing camel-xmpp with FCM, I got it to work with a "Raw/Direct" Producer. Thus, I've added some classes for it to work. The changes and addition can be viewed here . With the connectionConfig should be configured

Re: SEDA with Aggregation

2016-10-21 Thread Brad Johnson
SEDA will queue messages. So you are basically taking messages off one queue and dropping them on to another as fast as possible. I'm pretty sure that isn't the behavior you are after. It is more for queuing and asynchronous operations. Try changing route B to direct which is request response.

Re: 2.18.0 SimpleLanguage

2016-10-21 Thread Allan C.
I think what I suspected caused the Exception thrown. It is running as usual after I stopped the 2.16.3 bundles, I didn't remove/uninstall them. The more intriguing thing is that I then uninstalled the 2.16.3 components, and reinstalled them. Now it is a different expected exception. The original

RE: Is the PDF of the manual going to be updated?

2016-10-21 Thread KARR, DAVID
> -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Friday, October 21, 2016 2:09 PM > To: users@camel.apache.org > Subject: Re: Is the PDF of the manual going to be updated? > > No we dont generate pdf anymore - its to problematic and requires > special

Re: Is the PDF of the manual going to be updated?

2016-10-21 Thread Claus Ibsen
No we dont generate pdf anymore - its to problematic and requires special tooling to be installed. A new website and documentation is in the works, which allows us to generate document in more formats. On Fri, Oct 21, 2016 at 10:08 PM, KARR, DAVID wrote: > I noticed that the

Re: CXF Bean and RedeliveryPolicy

2016-10-21 Thread jwhite78
Setting the connection to close fixes this issue. -- View this message in context: http://camel.465427.n5.nabble.com/CXF-Bean-and-RedeliveryPolicy-tp5788975p5789098.html Sent from the Camel - Users mailing list archive at Nabble.com.

Is the PDF of the manual going to be updated?

2016-10-21 Thread KARR, DAVID
I noticed that the documentation set includes a PDF of the manual up to version 2.11, and after that only the HTML version is being produced. Is the PDF not going to be produced anymore?

SEDA with Aggregation

2016-10-21 Thread Vince Iglehart
Hello, I have some questions on how the SEDA component operates. I am using Camel 2.17.3 in a non clustered environment. I have a scenario where I need to 1. Accept multiple incoming messages using a webservice 2. Aggregate messages using the $body of the message 3. After a lapse of 3 seconds,

Karaf - 4.0.7(Felix): JmsBinding not found

2016-10-21 Thread akpcnu
This is repost from Camel JIRA, Claus has asked to use user mailing list. CAMEL-10405 Environment : Camel 2.18.0 and Karaf 4.0.7 (& Felix) ActiveMQ 5.14 (Not Embedded) featuresRepositories = \

Re: 2.18.0 SimpleLanguage

2016-10-21 Thread Allan C.
This is the route related to the exception thrown: XMPP entry point ${exchangeProperty.operation} == "ack" ${exchangeProperty.operation} == "nack" ${exchangeProperty.operation} == "control" For what it's worth, the container has both 2.18.0 and 2.16.3 installed. Not sure if

Re: Spring Boot autoconfiguration

2016-10-21 Thread Mark Nuttall
It might be easier and better to move that code to a different project. It sounds like you have non camel specific code you want to test. On Oct 20, 2016 11:15 PM, "Minh Tran" wrote: > Hi > > I’m using Camel 2.18.0 and Spring Boot. I’m trying to write a unit test >

Re: 2.18.0 SimpleLanguage

2016-10-21 Thread souciance
Sorry, but can you post the route as well? On Fri, Oct 21, 2016 at 12:07 PM, Allan C. [via Camel] < ml-node+s465427n5789073...@n5.nabble.com> wrote: > This is my pom. > > > http://maven.apache.org/POM/4.0.0; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; >

Re: 2.18.0 SimpleLanguage

2016-10-21 Thread Allan C.
This is my pom. http://maven.apache.org/POM/4.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd;> 4.0.0 com.test.server test-server 1.0.0 bundle test Server

Re: 2.18.0 SimpleLanguage

2016-10-21 Thread souciance
How does your pom look? On Fri, Oct 21, 2016 at 10:41 AM, Allan C. [via Camel] < ml-node+s465427n5789070...@n5.nabble.com> wrote: > Hi all, > > I am trying to upgrade camel version from 2.16.3 to 2.18.0 to test out > some > features. But when the routes are starting, I got the following

2.18.0 SimpleLanguage

2016-10-21 Thread Allan C.
Hi all, I am trying to upgrade camel version from 2.16.3 to 2.18.0 to test out some features. But when the routes are starting, I got the following exception: org.apache.camel.FailedToCreateRouteException: Failed to create route incomingRoute at: >>>

Camel Transactions query

2016-10-21 Thread ravi21588
Hi all, I have a query in implementing transactions. If there is any exception in route the transaction will not be committed and rollbacked. I had mentioned redelivery for 3 times in hornetq address setting configuration. Is there any way in camel,i can frame the error message with error

Kafka Camel Consumer Ignores enable.auto.commit

2016-10-21 Thread davidjoyce180
See this snippet from the Camel KafkaConsumer if (endpoint.isAutoCommitEnable() != null && !endpoint.isAutoCommitEnable()) { if (processed >= endpoint.getBatchSize()) { consumer.commitSync(); processed = 0; } } By my reading if enable.auto.commit is set to false, then it