Using a stored procedure, message was created and sent to a queue. Then control was retun back to user to complete other task. Now, how would I know if there is a message arrived in the target queue? Do I need to run a service for this? Is there any inbuild mechanism in Service Broker?
↧