Re: ConnectionFailedException with ActiveMQ 5.6, Camel2.10, JBoss5.1

2013-02-20 Thread nakshathri
We have a single Broker URL. There are no secondary brokers which we can try if the primary fails. And also i wanted to understand will it help if i Use like below : bean id=amqConnectionFactory class=org.apache.activemq.ActiveMQConnectionFactory property name=brokerURL

ConnectionFailedException with ActiveMQ 5.6, Camel2.10, JBoss5.1

2013-02-19 Thread nakshathri
Hello All, Since last week we have been facing issue while consuming messages from Active MQs. Here is the snapshot of the environment.JBoss 5.1 Camel 2.10.0 Spring 3.1.2.Release activemq-all 5.6.0 (Run time Active MQ Broker version apache-activemq-5.7.0)Below is the server stacktrace

Re: ConnectionFailedException with ActiveMQ 5.6, Camel2.10, JBoss5.1

2013-02-19 Thread Johan Edstrom
You have a single connection factory and no failover I guess? Try a failover URL and look at the RA adapters I think they are pooling. On Feb 19, 2013, at 20:53, nakshathri manjunath...@happiestminds.com wrote: Hello All, Since last week we have been facing issue while consuming messages from