Re: can the aggregationRepository join a JMS transaction ?

2011-12-31 Thread Claus Ibsen
On Fri, Dec 30, 2011 at 4:25 PM, jmh wrote: > Hello, > > > I don't want to lose any message if my application crashes during an > aggregation so I add an aggregationRepository in my JMS transaction... > Can the aggregationRepositoryRef join the JMS transaction in this following > route ? Yes, the

Re: ProducerCache memory leak?

2011-12-31 Thread Claus Ibsen
On Fri, Dec 30, 2011 at 2:44 PM, suman wrote: > Hello, > Thanks for looking into this. > If you are using JMX then you may want to set registerNewRoutes=false, to void enlisting JMX MBeans for the routes you add on-the-fly. This avoids issues in 2.8.3 with the producer cache mbeans not being remo

Re: ProducerCache memory leak?

2011-12-31 Thread suman
Currently I have disabled jmx in my app as I saw memory leaks in the past Now I came to know it's because iam adding routes on the fly Thanks -- View this message in context: http://camel.465427.n5.nabble.com/ProducerCache-memory-leak-tp5108206p5112120.html Sent from the Camel - Users mailing li

Re: ProducerCache memory leak?

2011-12-31 Thread Claus Ibsen
Hi The ticket is https://issues.apache.org/jira/browse/CAMEL-4842 And a fix has been committed to trunk and 2.8 branch. On Sat, Dec 31, 2011 at 1:57 PM, suman wrote: > Currently I have disabled jmx in my app as I saw memory leaks in the past > Now I came to know it's because iam adding routes o

inflight exchange and queue of apache camel...

2011-12-31 Thread Omar Atia
Dears, I have tcp mina endpoint (many sessions opened and closed concurrently) , I was using default camel threading profile with 10 thread , the inflight exchange was always 10 when having heavy load , then I change the default profile to be 50 thread pool size with maximum pool size 100 and q

Re: ProducerCache memory leak?

2011-12-31 Thread suman
Hi, Thanks for quick resolution .I will give it a go next week and post the results Thanks Suman -- View this message in context: http://camel.465427.n5.nabble.com/ProducerCache-memory-leak-tp5108206p5112516.html Sent from the Camel - Users mailing list archive at Nabble.com.

Message level authentication

2011-12-31 Thread mgiammarco
Hello, if I have multiple clients that put messages in a queue managed by Camel AND each client can receive as a reply many messages how can I do it with Camel? I mean suppose that I create an "out" queue where all replies go. How can I be sure that a client can get ONLY its messages? Does Camel

Re: Camel JMS Request/Reply with Websphere

2011-12-31 Thread mattmadhavan
Hi Mark, I'm in the process of doing the same thing like you are with WAS. Can you please share your configuration with me in more detail please? I would like to see the Java DSL and other details if possible! Thanks in advance! Matt -- View this message in context: http://camel.465427.n5.nabb