It works when I add the *connectionFactory* option to the route, but my
question is even though the jms component is initialized with
JmsConfiguration containing the ConnectionFactory, why is the consumer
expecting the connectionFactory option on the endpoint again?

=======Consumer Route=========
from("jms:queue:ctsCamelQueue?transacted=false&connectionFactory=hornetQConnectionFactory").id("processFailedRestRequestMessageFromQueue")
//some processing
                 .end();



--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-jms-consumer-2-14-0-on-JBOSS-EAP-6-1-1-connectionFactory-must-be-specified-tp5758089p5758094.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to