Hi 

activemq's testConnectionOnStartup property is not working.


And here is my route

from("netty:tcp://localhost:8003?textline=true&sync=true")
                                                .to(ExchangePattern.InOut,
"activemq:personnel.records?testConnectionOnStartup=true");

                        
from("activemq:personnel.records?concurrentConsumers=15&testConnectionOnStartup=true")
                                                .process(new 
UpperCaseProcessor())
                                                
//.to("netty:tcp://localhost:8002?textline=true&sync=true")
                                                .to("stream:out");





-----
Regards

kiran Reddy
--
View this message in context: 
http://camel.465427.n5.nabble.com/activemq-testConnectionOnStartup-not-working-tp5725689.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to