That's a great idea, Chris. I'm going to give it a try.
Thanks,
Bill
--
View this message in context:
http://camel.465427.n5.nabble.com/Simulating-a-periodic-producer-tp5740783p5740893.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Thanks for trying to help Robert. Let me clarify my confusing post.
I'm writing a GUI app that shows inventory level for a widget. The level
changes periodically as customers buy and we receive replenishment. So the
GUI updates the quantity on hand as soon as a purchase is made, then when
anoth
I'm thinking that perhaps I could read the topic with the polling pattern,
and when it returns null, end the route then schedule a new iteration of the
route. Would this work? Can it be done from XML? I can't find an example
of using polling from XML.
--
View this message in context:
http://c
I'm sure there must be an easy way to do this but I'm coming up blank. Maybe
someone has an idea. I'm trying to figure out how to restart a route once
it has exhausted all messages.
I'm trying to simulate an Orders stream that periodically sends prices to an
ActiveMQ topic. I've created a bit o
Hi, I've been trying to get a route to work with the Camel Quickfix
implementation and could use some help. All I'm trying to do is create a
route that accepts messages from QuickfixJ and stores them in a SQL Server
database via the camel sql component and the MS JDBC driver. So I created
the fol