MSMQ 消息查看器?
我的 MSMQ 队列中有消息,我想查看完整的消息。
我知道我可以编写代码来查看队列,但想知道是否已经存在一个查看器可以让我读取整个消息?
I have messages in a MSMQ queue and I would like to view the full message.
I know I can write code to peek the queue, but was wondering if there is a viewer that already exists that will let me read the entire message?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
如果您使用 Visual Studio - 在 Servers/[服务器名称] 下打开服务器资源管理器,您也可以查看 Message Queues 文件夹。
If you are using Visual Studio - Open Server Explorer under Servers/[Server Name] there is Message Queues folder that gives you view as well.
有几个选项 - 我发现的都是商业选项(不是很贵,但也不是免费的):
There are a few options - all I found are commercial (not terribly expensive, but not free, either):
MSMQ QXplorer
免费。开源。
https://sourceforge.net/projects/msmqqxplorer/
MSMQ QXplorer
Free. Open source.
https://sourceforge.net/projects/msmqqxplorer/
您可以在此处访问管理单元:
计算机管理>服务和应用>消息队列
根据:
http://stevesmithblog.com/blog/how-can-i-view -msmq-消息和队列/
You can get to a snap-in here:
Computer Management > Services and Applications > Message Queuing
According to:
http://stevesmithblog.com/blog/how-can-i-view-msmq-messages-and-queues/
Service Bus MQ Manager 是我编写的一个免费开源工具,用于实时监控 MSMQ 的任何传入消息,它支持 XML 和 JSON 消息的着色和格式化。
http://blog.halan.se/page/Service-Bus-MQ-Manager.aspx< /a>
Service Bus MQ Manager is a free open-source tool I wrote to monitor the MSMQ in real-time for any incoming messages, it supports coloring and formatting of XML and JSON messages.
http://blog.halan.se/page/Service-Bus-MQ-Manager.aspx
MSMQ Studio 是一个 MSMQ 管理工具,允许您查看和发送消息以及管理本地和远程队列。
*** 不再可用 ***
MSMQ Studio is an MSMQ management tool that allows you to view and send messages and manage your local and remote queues.
*** NOT AVAILABLE ANY MORE ***