Re: Need help with creating push queues to our java application

2013-09-06 Thread Christian Posta
On Thu, Sep 5, 2013 at 9:59 PM, gsk wrote: > thanks for taking time to reply. > > 1. How can i set up camel as a consumer? Do you have any documents that > will > explain how to do this? > Yes. Tons. http://camel.apache.org/jms.html http://camel.apache.org/getting-started.html http://camel.apache

Re: Need help with creating push queues to our java application

2013-09-05 Thread gsk
thanks for taking time to reply. 1. How can i set up camel as a consumer? Do you have any documents that will explain how to do this? 2. Where and how will i be invoking my java code from consumer? -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-with-creating

Re: Need help with creating push queues to our java application

2013-09-05 Thread Christian Posta
Your best bet for the db part would be to look at Apache Camel and connect up the DB to activemq like that. As for the push... you can use Camel for that as well. Set it up as a consumer of a destination (queue/topic) and that will receive the message and can invoke your code as needed. http://ca