Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Can a SqlServer trigger push to ActiveMQ?

Author  Topic 

niren
Starting Member

18 Posts

Posted - 2013-09-03 : 07:57:06
can anyone tell me if it is possible to push message from a SqlServer trigger directly to ActiveMQ (JMS queuing server).

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-09-03 : 10:43:52
I don't think there is a T-SQL way of interacting directly with ActiveMQ. You might be able to use Message Broker (http://technet.microsoft.com/en-us/library/ms345108(v=sql.90).aspx), but I am really shooting from the hip here. But something you should investigate. Before you invest a lot of time into that though, wait to see if someone else on the forum has better suggestions/thoughts.
Go to Top of Page
   

- Advertisement -