Apache Camel with JMS

2015-11-09 Thread james.seb7
Hi, I'm using Apache Camel 2.15.1 with customized tibco Jms. I have written a sample Java program which will listen to the topic.The below code shows the logic. public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); ConnectionFactory co

Re: Camel JMS Issue

2015-11-06 Thread james.seb7
Hi Claus, As you suggested , I have increased connection time from 2 sec .Now I'm getting more in the logs like below: Nov 06, 2015 2:10:26 PM org.springframework.jms.listener.DefaultMessageListenerContainer handleListenerSetupFailure INFO: JMS message listener invoker needs to establish shared

Camel JMS Issue

2015-11-06 Thread james.seb7
Hi , I'm using Apache Camel 2.15 with JMS in my application. Our JMS provider is customized Tibco (tibjms). I'm using Java DSL to define the Camel context, Routes etc. The following code is for JMS connectivity with Apache Camel: public static void main(String[] args) throws Exception { C