Re: Camel onException behavior with Splitter

2015-12-22 Thread vlad
Hi Sundar, I appreciate your answer, but I'm afraid it's not the case. According to the Apache Camel documentation, "handled" option only defines if the exception should be propagated out of the current error handler. But the error handler body still should be executed (in my example - the //

Re: jms ibm mq

2015-12-22 Thread clairechanmyae
If i'm going to use MQQueueConnectionFactory, it will call createConnection? will it be too consuming system resource because my program doesn't close the connection after i got the connenection from client to server. is there a way to close the connection back? Thanks, Claire -- View this

SSH Component: send more than one command

2015-12-22 Thread Giovanni Messina - Bizmate s.r.l
Hi, I'm using the SSH Component for sending SSH command on remote server. I need to send two ssh command in the same session, one command after the other but in the documentation is reported that "The SSH component enables access to SSH servers such that you can send an SSH command, and

Re: extracting HTTP query key values with Camel Rest and Jetty

2015-12-22 Thread Vero Kato
Thanks, but we currently use version 2.14.1 of apache camel and it doesn't support it. are there any other options? in the worst case how can we extract the query string to parse it? On Tue, Dec 8, 2015 at 4:41 PM, Claus Ibsen wrote: > Ah see this FAQ >

Re: jms ibm mq

2015-12-22 Thread clairechanmyae
Here's my bean xml file. -- View this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-tp5775352p5775354.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: jms ibm mq

2015-12-22 Thread clairechanmyae
thank u, yes i missed out that package. -- View this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-tp5775352p5775359.html Sent from the Camel - Users mailing list archive at Nabble.com.

calling a spring bean inside an OSGI based project

2015-12-22 Thread Meissa Sakho
Hi all, I have created a restfull web service based on apache cxf with camel. My endpoint is defined inside my blueprint configuration file like below: I would like to

Re: jms ibm mq

2015-12-22 Thread Grzegorz Grzybek
Hello Looks like your bundle is missing "Import-Package: org.springframework.jms.connection". There's no WMQ specific problem here. regards Grzegorz Grzybek 2015-12-22 13:10 GMT+01:00 clairechanmyae : > Hi, > > I'm trying to send message from client to server

Re: jms ibm mq

2015-12-22 Thread Grzegorz Grzybek
Yes, everything looks fine, but looks like you're running your application inside OSGi container (Karaf?). Please look at META-INF/MANIFEST.MF of your bundle. regards Grzegorz 2015-12-22 13:14 GMT+01:00 clairechanmyae : > Here's my bean xml file. > >

Re: Camel onException behavior with Splitter

2015-12-22 Thread Sundar Moorthy
Once the exception is caught and see's a handled(true) , it tells camel not to propagate the error back to the handler but that it will be handled , in this case it is handled as you have specified by logging the message SOME MESSAGE . Now if you wanted to check the exception and send a custom

How to write a param with query values of enum type in camel 2.16

2015-12-22 Thread Erukala Uttam
Can Someone helps me with this... http://stackoverflow.com/questions/34416205/how-to-write-a-param-with-query-values-of-enum-type-in-camel-2-16