0

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

Ozan Yurtseven
  • 810
  • 8
  • 17

1 Answers1

1

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.

Adam Fyles
  • 6,030
  • 1
  • 23
  • 29