You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have more than 1 server listening for the event notification, I am finding that the first server "wins" and other servers do not receive the notification event.
Is this because of:
BEGIN TRY END CONVERSATION @ConvHandle; END TRY BEGIN CATCH END CATCH
Should that line be removed so that all servers receive the message or is there a setting I am missing?