I want to build async triggers with service broker, and in trigger, we send message to queue, and there's a activated sp for that queue, but when send a message, the sp don't run. please help. 1.I already enable the broker, and set TRUSTWORTHY ON. 2.below is my queue info, I tried to use owner,'dbo',self,doesn't work. CREATE QUEUE dbo.SPITargetQueue the sp will only receive the message and insert into the another test table, I manually run it after send a message, it's ok. 3.below is meg from sys.dm_broker_queue_monitors and sys.service_queues table. name |state |tasks_waiting |activation_procedure | is_activation_enabled |execute_as_principal_id
|
↧
service broker activation store procedure don't run when send a message to queue
↧