Re: Simulating a periodic producer

2013-10-04 Thread prgtrdr
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.

Re: Simulating a periodic producer

2013-10-04 Thread prgtrdr
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

Re: Simulating a periodic producer

2013-10-03 Thread prgtrdr
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

Simulating a periodic producer

2013-10-02 Thread prgtrdr
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

QuickfixJ Message Map?

2013-08-29 Thread prgtrdr
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