Re: Multiple JMS producer with IBMMQ

2014-08-07 Thread Claus Ibsen
. > > Regards, > Shadab > > > -Original Message- > From: Christian Müller [mailto:christian.muel...@gmail.com] > Sent: Tuesday, August 05, 2014 12:35 PM > To: users@camel.apache.org > Subject: Re: Multiple JMS producer with IBMMQ > > Hi Shadab! > >

RE: Multiple JMS producer with IBMMQ

2014-08-07 Thread Ali, Mohammad
stian.muel...@gmail.com] Sent: Tuesday, August 05, 2014 12:35 PM To: users@camel.apache.org Subject: Re: Multiple JMS producer with IBMMQ Hi Shadab! Sorry, I overlooked that you are talking about the producer. What is the source you are reading from? And may the thread() DSL element is helpful for

Re: Multiple JMS producer with IBMMQ

2014-08-05 Thread Christian Müller
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: us

RE: Multiple JMS producer with IBMMQ

2014-08-04 Thread Ali, Mohammad
Subject: Re: Multiple JMS producer with IBMMQ 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 mu

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

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