Service Broker uses proprietary wire protocol to communicate between SQL server instances. Hence it cannot directly talk to MQ Series. However, you could build an adapter service that can receive messages from a service broker queue and send them to an MQ Series queue in a distributed transaction.
Service Broker uses proprietary wire protocol to communicate between SQL server instances. Hence it cannot directly talk to MQ Series. However, you could build an adapter service that can receive messages from a service broker queue and send them to an MQ Series queue in a distributed transaction.
I'm interested in this scenario as well. I've just begun to research the possiblities. Anyone familiar with MQ? Wouldn't it be possible to send and received messages between the two systems via web services? Does anyone know if there is something already built on the MQ side to facilitate this scenario?