Re: reading integer values from properties file

2013-08-21 Thread bxkrish
Hi William. My product is packaged with Camel 2.4 version and I am not allowed to change it. Are you implying the Camel version 2.4 cannot support Integer values for a property? Thanks Bala -- View this message in context:

Re: reading integer values from properties file

2013-08-21 Thread bxkrish
Hi Christian, Thanks for the suggestion. I tried removing the spaces but it didn't work. I was hoping for some help if I am making any syntax mistakes. I am referring to this help from Camel. http://camel.apache.org/using-propertyplaceholder.html. They mentioned how to access an xs:int

Apache Camel Integration with Open MQ (Glassfish)

2012-05-01 Thread bxkrish
Hi I am trying to integrate Apache Camel with Open MQ but I am not able to crack it. I was able to integrate Apache Camel with IBM MQ (below is the bean configuration). I need similar bean configuration for Open MQ.

Re: Apache Camel Integration with Open MQ (Glassfish)

2012-05-01 Thread bxkrish
Not sure why the beans did not copy the last time. Putting them again. I want something similar for setting up the Open MQ. bean id=jms class=org.apache.camel.component.jms.JmsComponent property name=connectionFactory ref=credentialsConnectionFactory/ /bean bean

Re: Apache Camel Integration with Open MQ (Glassfish)

2012-05-01 Thread bxkrish
Hi William, The Configuration that I have put in this thread is what I came up for integrating Apache Camel with IBM MQ. Which is working fine. Now I want to integrate Camel with Glassfish Sun Open MQ. However I am not sure what Class name to use to create my ConnectionFactory beans, the property

Re: Camel Aggregation : All Messages Lost from the Queue.

2010-10-05 Thread bxkrish
Thanks Claus. I am able to see the message aggregated. I have one another question. I need to do this aggregation at certain time of the day. Is it possible to configure that with Camel 2.0. Does it support quartz timer. If not, is there an alternative available? -- View this message in context:

Re: Camel Aggregation : All Messages Lost from the Queue.

2010-10-04 Thread bxkrish
Thanks for the reply Claus. Camel 2.0 is part of our product version and we will not be able to change it without releasing a different version of our product. I am sure 2.4 is a more stable version but Aggregation should be working with Camel 2.0. I debugged and found that the oldExchange is

Camel Aggregation : All Messages Lost from the Queue.

2010-10-03 Thread bxkrish
Hi I am using Camel 2.0. I am trying to do a simple aggregation of messages dropped in one Queue to another Queue. For Example: Q1 = 1,2,3,4...10 messages, I want it to be 1 message in Q2 which is concatenation of (1,2,3, 4...10). I do not have any specific Correlation Expression, hence