开发者

temporary queues for msmq

开发者 https://www.devze.com 2023-01-21 08:59 出处:网络
In the JMS world there is this concept called temporary destinations which is very heplful for request/response scenarios. The sender makes request on some destination andcreates a temporary destinati

In the JMS world there is this concept called temporary destinations which is very heplful for request/response scenarios. The sender makes request on some destination and creates a temporary destination (which exists only as long as the开发者_高级运维 session it is created in is stil there)for receving the responses. Is there such a thing for msmq?


No there isn't. Its seems to me that this concept ( of sessions ) is strange in a queuing scenario.

0

精彩评论

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