ServiceBrokerListener
ServiceBrokerListener copied to clipboard
Recieve empty xml without data when update/delete doesn't match any records
If you perform update/delete sql query over the table and no records are affected, the message that we recieve is
Hi @MitkoDMTR,
Thanks for the remark. It is a good idea and will be implemented as soon as possible.
Thanks, Dmitrii
could this be explained better? what i think you are saying is when an update/delete occurs and no records are changed the NotificationType is None? and you want to skip the Notification Event if NotificationType is None?
If this isnt fixed then i can work on it.
First sorry for late response.
Yes, this is exactly what I say - if records are not affected by update/delete, we get notification of type None and xml like "
On our last project we changed the trigger not to send message to queue. It is possible to do it on c# side, but we decided not to send "empty" messages through the broker.