Re: Issues with Camel startup...

2013-08-20 Thread Claus Ibsen
Hi

Please do not cross post the same message to many mailing lists.
The correct mailinglists for getting help with Camel is the user mailinglist.

Also please do not mail the Camel team directly. Apache Camel is an open project
and all discussions should happen in the open so everyone can see / participate.

See these links for points how to ask for help etc.
http://camel.apache.org/support
http://camel.apache.org/mailing-lists.html
http://camel.apache.org/discussion-forums.html

On Tue, Aug 20, 2013 at 4:08 PM, Harish Shindhe (hashinde)
hashi...@cisco.com wrote:
 Hi,

 We are using Camel 2.9 in our application. The role of which is to read the 
 message from one end point and pass it to another endpoint which is a POJO 
 which takes care of processing the message.

 We use Spring xml based configuration to define the JNDITemplate and 
 endpoints and things worked fine until few days back.

 Recently there was a network upgrade and a WAS patch upgrade after which 
 there is no consumption of messages from the defined jms end point. We have 
 looked at all the configurations and everything seems to be fine.

 Is there a diagnostic tool that when run as a standalone program tells me the 
 health of the camel initialization and its readiness to consume messages.

 Please help.

 Regards,
 Harish



-- 
Claus Ibsen
-
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen


Re: Issues with Camel startup...

2013-08-20 Thread Willem jiang
Did you try to use JConsole to look up the status of camel routes[1]?

From your description I double if the camel-jms can access the JMS broker 
rightly.

[1]http://camel.apache.org/camel-jmx.html


--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
  http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Tuesday, August 20, 2013 at 10:08 PM, Harish Shindhe (hashinde) wrote:

 Hi,
  
 We are using Camel 2.9 in our application. The role of which is to read the 
 message from one end point and pass it to another endpoint which is a POJO 
 which takes care of processing the message.
  
 We use Spring xml based configuration to define the JNDITemplate and 
 endpoints and things worked fine until few days back.
  
 Recently there was a network upgrade and a WAS patch upgrade after which 
 there is no consumption of messages from the defined jms end point. We have 
 looked at all the configurations and everything seems to be fine.
  
 Is there a diagnostic tool that when run as a standalone program tells me the 
 health of the camel initialization and its readiness to consume messages.
  
 Please help.
  
 Regards,
 Harish