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
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.
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
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
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,,,
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.
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.
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
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
--
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.
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(
--
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.
12 matches
Mail list logo