We are using Sql 2012 database server. When ever the db modifies we want it to trigger a message that can be stored in a queue using activemq.
- We are not sure how can we code to trigger a db so that it sends a message.
- Can we directly make the message generated from db to get queued in activemq without any java interface in between. I would want to know whether we can achieve this or not. 3.Are there any other ways to set up a communication between sql server and activemq say between database services and activemq services(does activemq have that)
PS i am a new user of activemq. Any leads to solve these queries is appreciated.