Re: Transaction problem with Camel, ActiveMQ and Spring JMS

2016-02-06 Thread Stephan Burkard
Hi Quinn I don't think that you need to match exactly my broker version. I had first discovered this issue on ActiveMQ 5.9.0 standard edition. I guess that simply every broker version suffers from this. I really don't think it is an ActiveMQ problem. It is according to Redhat a Spring JMS problem.

Re: camel flatpack component shortcomings

2016-02-06 Thread Claus Ibsen
Hi Yeah sure we love contributions. You can read here how-to http://camel.apache.org/contributing On Sat, Feb 6, 2016 at 4:14 PM, Ronny Aerts wrote: > Hallo camel community, > > I am a heavy user of camel in the integration projects in the company I work > for. We use camel 2.15.2 and all route

camel flatpack component shortcomings

2016-02-06 Thread Ronny Aerts
Hallo camel community, I am a heavy user of camel in the integration projects in the company I work for. We use camel 2.15.2 and all routes are defined using spring dsl (no java). I have to do several fixed-length conversions where I have a lot of differences per line in the file. Each line con

Failure to add routes dynamically

2016-02-06 Thread Tomatito
I'm using Apache-Camel 2.15.2. I am trying to add routes to a CamelContext dynamically, but I came across a problem that baffles me. As far as I can tell, I do add the routes to the correct CamelContext, and it seems like their configure() is called without throwing exceptions. However when I