Re: How to avoid blocking threads in JmsComponent with Oracle AQ

2015-03-22 Thread Frank Ertl
Hi Preben, a real snip would be really useful indeed. Still I'm not shure how this is going to work, taking into account that the last backoffintervall will be 12 hours. Regards, Frank -- View this message in context: http://camel.465427.n5.nabble.com/How-to-avoid-blocking-threa

Re: How to avoid blocking threads in JmsComponent with Oracle AQ

2015-03-21 Thread Preben.Asmussen
snip when I get back at work. Best, Preben -- View this message in context: http://camel.465427.n5.nabble.com/How-to-avoid-blocking-threads-in-JmsComponent-with-Oracle-AQ-tp5764487p5764558.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to avoid blocking threads in JmsComponent with Oracle AQ

2015-03-21 Thread Frank Ertl
move to ActiveMQ (my favourite, but I was outnumbered in the decision) Regards, Frank -- View this message in context: http://camel.465427.n5.nabble.com/How-to-avoid-blocking-threads-in-JmsComponent-with-Oracle-AQ-tp5764487p5764557.html Sent from the Camel - Users mailing list archive at

Re: How to avoid blocking threads in JmsComponent with Oracle AQ

2015-03-21 Thread Frank Ertl
Oh, and sorry that I forgot that the "crystal ball" module is still not implemented in nabble : we are using Camel 2.14.1 with Spring 4.1.5 (javaconfig, not xml) and Java 8 -- View this message in context: http://camel.465427.n5.nabble.com/How-to-avoid-blocking-threads-

Re: How to avoid blocking threads in JmsComponent with Oracle AQ

2015-03-21 Thread Preben.Asmussen
redelivery, but I think that's common for most jms brokers. /Preben -- View this message in context: http://camel.465427.n5.nabble.com/How-to-avoid-blocking-threads-in-JmsComponent-with-Oracle-AQ-tp5764487p5764542.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to avoid blocking threads in JmsComponent with Oracle AQ

2015-03-20 Thread Claus Ibsen
at asyncDelayedRedelivery() does not work for transacted >> routes, which proofs to be true as the threads are blocked when the failed >> messages reaches the maximum threadcount. >> >> Is there another way with camel to do the required redelivery without >> blocki

Re: How to avoid blocking threads in JmsComponent with Oracle AQ

2015-03-20 Thread Claus Ibsen
r transacted > routes, which proofs to be true as the threads are blocked when the failed > messages reaches the maximum threadcount. > > Is there another way with camel to do the required redelivery without > blocking the threads? Using a timer? > > Regards, > Frank > &

How to avoid blocking threads in JmsComponent with Oracle AQ

2015-03-20 Thread Frank Ertl
he threads? Using a timer? Regards, Frank -- View this message in context: http://camel.465427.n5.nabble.com/How-to-avoid-blocking-threads-in-JmsComponent-with-Oracle-AQ-tp5764487.html Sent from the Camel - Users mailing list archive at Nabble.com.