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?