[GitHub] camel pull request #1216: CAMEL-10398 SJMS - Avoid NPE when neither of Conne...

2016-10-18 Thread igarashitm
GitHub user igarashitm opened a pull request: https://github.com/apache/camel/pull/1216 CAMEL-10398 SJMS - Avoid NPE when neither of ConnectionResource nor C… …onnectionFactory is configured You can merge this pull request into a Git repository by running: $ git pull https:

Camel.trunk.notest - Build # 2909 - Still Failing

2016-10-18 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2909) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2909/ to view the results.

[GitHub] camel pull request #1215: CAMEL-10397 SJMS - Raise an error against InOut+tr...

2016-10-18 Thread igarashitm
GitHub user igarashitm opened a pull request: https://github.com/apache/camel/pull/1215 CAMEL-10397 SJMS - Raise an error against InOut+transacted producer a… …s it causes a deadlock You can merge this pull request into a Git repository by running: $ git pull https://github

Re: Are there plans for an artemis-camel component?

2016-10-18 Thread Claus Ibsen
No there is no such plan. JMS is the best way to integrate Camel and Artemis or ActiveMQ. You can also use AMQP or MQTT which they also support. But for Java messaging then JMS is recommended. activemq-camel is based on top of camel-jms but is just pre-configured for ActiveMQ. On Tue, Oct 18, 2

Are there plans for an artemis-camel component?

2016-10-18 Thread Quinn Stevenson
I posted this question on the ActiveMQ dev list, but I thought I’d ask the Camel community as well. I’d like to be able to use Artemis from Camel without using JMS - just interact with the Artemis server via the core api. ActiveMQ has a activemq-camel component - are there any plans for a simi

[GitHub] camel pull request #1214: CAMEL-9606 Share JMS session among SJMS endpoints ...

2016-10-18 Thread igarashitm
GitHub user igarashitm opened a pull request: https://github.com/apache/camel/pull/1214 CAMEL-9606 Share JMS session among SJMS endpoints to ensure transacti… …on atomicity A testcase, which terminate a camel process during processing transacted sjms consumer/producer.

Re: Adding type awareness in Camel route

2016-10-18 Thread Tomohisa Igarashi
Hi, On 10/18/2016 10:31 PM, Siano, Stephan wrote: Hi, Well, you aim quite high. So the idea is to annotate each endpoint with an input and an output data format and then do the mapping between these types automatically via the type converter registry. Did I get this right? Yes that directi

RE: Adding type awareness in Camel route

2016-10-18 Thread Siano, Stephan
Hi, Well, you aim quite high. So the idea is to annotate each endpoint with an input and an output data format and then do the mapping between these types automatically via the type converter registry. Did I get this right? In this case it might be a useful feature, but I would guess it is pr