October 25, 2016 at 10:04 am
i need to create a queue via a trigger(i'm assuming) that will be consumed by a service/event bus in RabbitMQ. Would MSMQ be the proper way to proceed?
We already use RabbitMQ processing queues on the Oracle side and now we are finding it would helpful to get some SQL notifications in the same manner.
Before i begin testing this i was hoping to go in the proper directions.
Thanks.
October 25, 2016 at 11:14 pm
TryingToLearn (10/25/2016)
i need to create a queue via a trigger(i'm assuming) that will be consumed by a service/event bus in RabbitMQ. Would MSMQ be the proper way to proceed?We already use RabbitMQ processing queues on the Oracle side and now we are finding it would helpful to get some SQL notifications in the same manner.
Before i begin testing this i was hoping to go in the proper directions.
Thanks.
You might be looking for "Service Broker" in SQL Server. Never heard of MSMQ before.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 26, 2016 at 4:12 am
Jeff Moden (10/25/2016)
TryingToLearn (10/25/2016)
i need to create a queue via a trigger(i'm assuming) that will be consumed by a service/event bus in RabbitMQ. Would MSMQ be the proper way to proceed?We already use RabbitMQ processing queues on the Oracle side and now we are finding it would helpful to get some SQL notifications in the same manner.
Before i begin testing this i was hoping to go in the proper directions.
Thanks.
You might be looking for "Service Broker" in SQL Server. Never heard of MSMQ before.
Details on MSMQ here (Message Queuing (MSMQ))
😎
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply