开发者

Integrating Another Message Queue with IIS Hosted Workflow Service

开发者 https://www.devze.com 2023-04-06 16:19 出处:网络
Currently, I am using MSMQ to queue messages for IIS hosted workflow services to handle. However, I would like to use another message queuing system in开发者_运维问答stead (eg - RabbitMQ).

Currently, I am using MSMQ to queue messages for IIS hosted workflow services to handle. However, I would like to use another message queuing system in开发者_运维问答stead (eg - RabbitMQ).

I know RabbitMQ already has WCF bindings, but are there more components required for this to work with IIS hosted workflow services (perhaps some hook into WAS)? How would I go abouts switching from MSMQ to RabbitMQ, or another message queue product?

0

精彩评论

暂无评论...
验证码 换一张
取 消