SQL Server Query Notifications in JAVA

前端 未结 1 1882
广开言路
广开言路 2020-12-19 12:11

I\'ve been searching online for a while, but with no luck so far. Is it possible to implement this in JAVA http://www.codeproject.com/Articles/144344/Query-Notification-usin

相关标签:
1条回答
  • 2020-12-19 12:33

    You want to listen to SQL server notifications. You can configure MSSql Server to notify a Broker. There is Apache ActiveMQ as an open source solution. So you need to connect MSSql Server to your broker and use JMS implementation to listen & retrieve notifications in java from the broker.

    The question now is : is it possible to connect MSSql Server to any broker ? I will search for that and comeback to you.

    0 讨论(0)
提交回复
热议问题