Re: Rate of messages sent to JMS

2011-10-29 Thread Claus Ibsen
ed to set deliveryPersistent=false in JMS endpoint in Camel to use non-persistent as well. > -- > View this message in context: > http://camel.465427.n5.nabble.com/Rate-of-messages-sent-to-JMS-tp4935053p4945508.html > Sent from the Camel - Users mailing list archive at Nabble.com

Re: Rate of messages sent to JMS

2011-10-28 Thread ajay.karthik.nn
RSISTENT, 4, 0); } -- View this message in context: http://camel.465427.n5.nabble.com/Rate-of-messages-sent-to-JMS-tp4935053p4945508.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Rate of messages sent to JMS

2011-10-25 Thread Claus Ibsen
?maxMessagesPerTask=-1" ); > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Rate-of-messages-sent-to-JMS-tp4935053p4935854.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource Email:

Re: Rate of messages sent to JMS

2011-10-25 Thread ajay.karthik.nn
.to( "test-jms:queue:queueA?maxMessagesPerTask=-1" ); -- View this message in context: http://camel.465427.n5.nabble.com/Rate-of-messages-sent-to-JMS-tp4935053p4935854.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Rate of messages sent to JMS

2011-10-25 Thread Claus Ibsen
es are sent is very low, however if i write a JMS client and send same > data it is very fast. How can i increase the rate of messages sent from > camel? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Rate-of-messages-sent-to-JMS-tp4935053p4935053.ht