You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by kiranreddykasa <ki...@fss.co.in> on 2013/01/17 12:58:36 UTC

activemq testConnectionOnStartup not working

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.

Re: activemq testConnectionOnStartup not working

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

You are a bit sparse with details.

When asking for help we like people to read this page first
http://camel.apache.org/support




On Thu, Jan 17, 2013 at 12:58 PM, kiranreddykasa <ki...@fss.co.in> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cibsen@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen