RE: Multiple JMS producer with IBMMQ

2014-08-04 Thread Ali, Mohammad
Hi Christian, Thanks for your reply. Will concurrentConsumer option work for producer also? I will give a try to this. Regards, Shadab -Original Message- From: Christian Müller [mailto:christian.muel...@gmail.com] Sent: Tuesday, August 05, 2014 1:40 AM To: users@camel.apache.org Subj

Re: Multiple JMS producer with IBMMQ

2014-08-04 Thread Christian Müller
Is the concurrentConsumer option not working for you? Best, Christian Am 04.08.2014 18:02 schrieb "Ali, Mohammad" : > Hi, > > I am using camel-2.9.0. JMS producer component with IBMMQ performance is > very slow, I want to create multiple JMS producer to send message to IBM > queue something like

DefaultErrorHandler - LoggingErrorHandler question

2014-08-04 Thread Charles Moulliard
Hi, Excepted the fact that the DefaultErrorHandler of camel (see this screenshot - https://www.dropbox.com/s/84p9sa9dg9xhnmv/Screenshot%202014-08-04%2019.29.40.png) pass a redeliveryPolicy object to the parent class, is there something else which is different if I compare it with the LoggingErrorH

Multiple JMS producer with IBMMQ

2014-08-04 Thread Ali, Mohammad
Hi, I am using camel-2.9.0. JMS producer component with IBMMQ performance is very slow, I want to create multiple JMS producer to send message to IBM queue something like multi-threading. Is there a way in camel where I can create multiple threads of JMS producer, just like concurrent consumers

Re: WSDL2Java error in Camel Project

2014-08-04 Thread Aki Yoshida
if you have a wsdl that has the same type name used in different places, you need to define a custom mapping file to rename those conflicting names (make those names unique to avoid naming collision). Glen Mazza has a page explaining all these. https://web-gmazza.rhcloud.com/blog/entry/enhancing-

Re: How to stop routing with onException ?

2014-08-04 Thread Frankiboy
Thanks that explains a lot -- View this message in context: http://camel.465427.n5.nabble.com/How-to-stop-routing-with-onException-tp5754736p5754765.html Sent from the Camel - Users mailing list archive at Nabble.com.

WSDL2Java error in Camel Project

2014-08-04 Thread contactreji
Hi Guys I just tried creating web service using WSDL first approach. I have created wsdl successfully but while i import the same into my camel project and try to generate classes using wsdl2java plugin, I get following errors. * Execution generate-sources of goal org.apache.cxf:cxf-codegen-plugin

Re: Discarding inflight messages on shutdown and unavailable JMS provider

2014-08-04 Thread matrogenius
Hi, Claus, I'm sorry for my delayed response. Thank you for your advice. I tried it, but unfortunately it did not change anything :( I may be wrong, but it kinda makes sense asynsDelayedRedelivery to not have impact, as the redeliveries have been turned off with allowRedeliveryWhileStopping(false

Re: How to stop routing with onException ?

2014-08-04 Thread Arnaud Deprez
Hi Frankiboy, It's because you use multicast which consist to send exactly the same exchange in your 3 channels. So these 3 messages are independents. http://camel.apache.org/multicast.html If you remove the multicast, it will use the pipeline pattern, meaning, it will send the message to the fir

How to stop routing with onException ?

2014-08-04 Thread Frankiboy
My routing is this way, and my endpoint in channel2 is down... But still my channel3 is executed. I have tried: onException(Exception.class).process(new LogError()).stop(); onException(Exception.class).process(new LogError()).end(); onException(Exception.class).process(new LogEr

Re: Camel-Restlet 2.13.1 Consumer Questions

2014-08-04 Thread sandp
Thank You. It Helped. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Restlet-2-13-1-Consumer-Questions-tp5754698p5754741.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Problem encrypting the password using Camel Jasypt component

2014-08-04 Thread arvind
Hi All, while tracing the log I could see inside the below JasyptPropertiesParser.class => log.trace("Decrypting property {}", text) in the logs than camel stops and throws nullpointerexception . Any suggestion ? === package org.