I am trying to get query notifications to work, but my application is not receiving any notifications. How do I debug Query Notifications?
I am using the code availble here http://www.codeproject.com/KB/database/chatter.aspx. I can see that the queues, the services and the stored procedures are being created on the server, but the OnChange event on my SqlDependency object is not being fired.
Can I somehow track the notifications?