Re: ConsumerTemplate is not fetching data in insertion Order

2013-12-15 Thread Dayakar
s:queue:destinationQueue", String.class);/*we are not getting insertion order (m2, m1, m4, m5, m3, m6).*/We are using camel 2.9.2.jar and VM Broker.Please help us to resolve this issue.Regards,Dayakar Dayakar wrote > Hi Claus,We are using Camel 2.9.2 version. -- View this message in

Re: ConsumerTemplate is not fetching data in insertion Order

2013-12-15 Thread Dayakar
Hi Claus, We are using Camel 2.9.2 version. -- View this message in context: http://camel.465427.n5.nabble.com/ConsumerTemplate-is-not-fetching-data-in-insertion-Order-tp5744663p5744805.html Sent from the Camel - Users mailing list archive at Nabble.com.

ConsumerTemplate is not fetching data in insertion Order

2013-12-12 Thread Dayakar
Hi, I have some messages in the JMS Queue and if i fetch the message from Queue by using consumerTemplate.receiveBodyNoWait("jms:queue:destinationEndPoint", String.class); By i observed that consumerTemplate is not maintaining insertion order. Please let me know how can i get insertion order by

Is it better to use PooledConnectionFactory in Parallel Processing

2013-10-29 Thread Dayakar
Hi, Previously we are using ActiveMQConnectionFactory alone, and we observed that while starting the JBoss Server ActiveMQ is creating multiple threads and closing (ActiveMQ Task 1, ActiveMQ Task 2, ...), we thought it creating multiple connections/session are creating and closing. As a resolutio

HL7 Mina throwing org.apache.mina.filter.codec.ProtocolDecoderException: org.apache.mina.common.BufferDataException

2013-09-05 Thread Dayakar Reddy
Hi, I am new to Camel-HL7 component. It seems like you implemented this component. can you please share me the sample code base/ your project code? In my case , I need to convert the java object to HL7 format and then send those messages to an endpoint. Thanks,,,

How to Add Routepolicy to RouteBuilder Dynamically

2013-08-12 Thread Dayakar
can i add RoutePolicy for existing Route? Thanks & Regards, Dayakar -- View this message in context: http://camel.465427.n5.nabble.com/How-to-Add-Routepolicy-to-RouteBuilder-Dynamically-tp5737132.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to Pause Quartz Componenent

2013-07-23 Thread Dayakar
Route("MainRoute"); But still Quartz is firing . How can i pause Quartz Component Thanks in Advance Regards, Dayakar -- View this message in context: http://camel.465427.n5.nabble.com/How-to-Pause-Quartz-Componenent-tp5736101.html Sent from the Camel - Users mailing list archive at Nabble.com.

Can we give Configure Stop Time for Quartz Component

2013-07-19 Thread Dayakar
Hi, I am using Quartz Component which run Daily at 20:00 I configured it as from("quartz://myGroup/myTimerName?cron=0+0+20+1/1+*+?+*").to("jms:queue:outBoundQueue") It should run untill Dec 31 2013 after that it should stop the rOute. How can i configure the stop time for this Route -- View

CamelSpringTestSupport with PowerMock

2013-07-10 Thread Dayakar
Hi, Iam using CamelSpringTestSupport class to write my JUnit. But in one scenario i want to use PowerMock too. If i use PowerMock with CamelTestSupport its giving following error Error: java.lang.IllegalStateException: Failed to transform class with name org.apache.camel.test.junit4.CamelTestSu

Re: What the main Difference between Stoppping the Route and Suspending the Route

2013-05-06 Thread Dayakar
-- View this message in context: http://camel.465427.n5.nabble.com/What-the-main-Difference-between-Stoppping-the-Route-and-Suspending-the-Route-tp5732059p5732068.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: What the main Difference between Stoppping the Route and Suspending the Route

2013-05-06 Thread Dayakar
Hi, Thanks for your Reply I Have gone through the link which you suggested. But i have some doubts regarding Stop and suspending the route. I Have a Route with following Code from("jms:queue:JobQueue") .routeId(getName()) .process(new JobProcessor(

What the main Difference between Stoppping the Route and Suspending the Route

2013-05-05 Thread Dayakar
-- View this message in context: http://camel.465427.n5.nabble.com/What-the-main-Difference-between-Stoppping-the-Route-and-Suspending-the-Route-tp5732059.html Sent from the Camel - Users mailing list archive at Nabble.com.