Re: using Camel-JMS for HornetQ (Wildfly 9)

2015-12-30 Thread yogu13
Hello Claus, Thank you for the reply... I am using camel (2.16.1) deployed within Karaf which is trying to communicate with HornetQ. I noticed that HornetQ (v2.4) uses JMS 2.0 and camel components use JMS 1.1 as dependency. Here the camel JMS bundle fails to kick start as it doesnt not find javax

Re: using Camel-JMS for HornetQ (Wildfly 9)

2015-12-30 Thread yogu13
I think the issue occurs as i am using spring 3 dependency with camel jms instead of spring 4 ones which actually support JMS2. Hopefully changing it should resolve the issue. -- View this message in context: http://camel.465427.n5.nabble.com/using-Camel-JMS-for-HornetQ-Wildfly-9-tp5775529p5775

Flatpack pipe delimiter in xml route

2015-12-30 Thread Michele
Hi everyone, how to configure flatpack data format to create txt file with pipe delimiter? I configure my route like this, but it throws an exception (IllegalArgumentException: Delimiter must be one character long!):

Re: camel cache configurationFile

2015-12-30 Thread ncasaux
For the future, here what has been done to solve my issue: xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"; For monitoring the cache, I set the attribute monitoring="on" in the ehcache.xml. -- View this message in context: http://camel.465427.n5.nab

Re: JMS replyTo always on Queue? (ignores "topic:" in dest param)

2015-12-30 Thread smalik
Bumping this up.. We have come across the same problem, trying to get jms replies over a shared topic working. We are using a vendor application and it is configured to send replies to our messages over over the one same shared topic - so I need to listen to that topic for acks to my outgoing messa

Re: entity manager is injected as null in a camel bean but jpa: endpoint works fine

2015-12-30 Thread amitmahesh
I switched to a older version of spring and this issue got resolved automatically, now I use version 4.1.8 -- View this message in context: http://camel.465427.n5.nabble.com/entity-manager-is-injected-as-null-in-a-camel-bean-but-jpa-endpoint-works-fine-tp5775308p5775619.html Sent from the C