ServiceBrokerListener icon indicating copy to clipboard operation
ServiceBrokerListener copied to clipboard

Listener stored procedure increase queue size, using SqlDependecyEx.

Open avidvir opened this issue 3 years ago • 1 comments

I'm using SqlDependecyEx in my code to monitor a table change (ms sql server) and noticed that the message queue which stores all those changes is just getting bigger and bigger-records are not being deleted after my code caught the changed record (inserted/changed etc...). is there any workaround or something I had to implement in my code (C#) after I handled the changed record?

avidvir avatar Nov 20 '22 16:11 avidvir

Not sure if you resolved your issue but if not can you post your code?

mcalasa avatar Dec 16 '22 18:12 mcalasa