nservicebus can handle db client to msmq backend?
I wonder is 开发者_开发知识库nservicebus pub/sub or other type of app can handle db client to msmq server.
For example I have a desktop client app. using db queue and i want to send message to server using msmq message queue.
Thanks
Take a look at this article about interop with SQL Server: http://andreasohlund.net/2010/09/03/event-based-interop-with-service-broker/. There exists an Oracle AQS transport as well if you are using Oracle.
The article describes how to setup a bridge between the DB queue and MSMQ.
精彩评论