Listening to new enqueued messages using WCF Servi

2019-07-23 11:09发布

My message-queue is managed by IBM WebSphere MQ and I would like to be able to listen for new enqueued messages using a WCF service.

Each new message should trigger a call to my service with the new message as a parameter.

Do you know any way about how to create such a service and host it?

1条回答
倾城 Initia
2楼-- · 2019-07-23 12:06

If you are using WebSphere MQ v701 or above, then you can use the WebSphere MQ Custom channel for WCF. Using the custom channel you can build and host services. You can find more details and samples here

WMQ WCF based service can be hosted as a Windows service or a standalone application. It does not yet have capability to be hosted in an IIS or Windows Application Fabric/WAS.

查看更多
登录 后发表回答