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://camel.apache.org


On Thu, Sep 5, 2013 at 4:05 AM, gsk <shi...@infratab.in> wrote:

> Hi All,
>
> Whenever the activemq gets populated with a message we want this to call
> our
> java api. I have read the tutuorials but i am finding it difficult to
> implement the same.
>
> I aslo wanted to ask a question pertaining to publish model
>
> We want activemq if possible poll our sql database to see if there are any
> changes in the database. how can we achieve this?
>
> If we are able to solve the above issue then is there any way (without the
> help of external java application) to sync the changes of db as message in
> activemq.
>
> Kindly help me out with this. I am new to activemq
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Need-help-with-creating-push-queues-to-our-java-application-tp4671219.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>



-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta

Reply via email to