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
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
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