MSMQ storage in database

喜夏-厌秋 提交于 2019-12-11 13:22:45

问题


MSMQ stores messages on file system. Is there no way to configure MSMQ to store messages in database? I looked for options but couldn't find any?


回答1:


There is no way. By the way, why would you like to do that?




回答2:


MSMQ isn't a database; it's a transport protocol.
It's purpose is to deliver data from A to B so that you can then process it.
If you're thinking of how to long-term store messages then you are looking at the wrong product.

Cheers
John Breakwell



来源:https://stackoverflow.com/questions/1259298/msmq-storage-in-database

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!