反序列化来自通过 netmsmq 绑定发送的 msmq 的消息

发布于 2024-08-19 07:34:02 字数 150 浏览 5 评论 0原文

我们有 wcf 服务,并且在出错时我们使用 netmsmq 绑定而不是使用 System.Messaging 的 Send Method() 将消息发送到“毒药”队列。

我们尝试从有害队列中提取这些消息,但是在反序列化时,我得到了很多带有十六进制值的垃圾数据......

We have wcf service and on error we send messages to "poison" queue using netmsmq binding rather than using System.Messaging's Send Method().

We tried fetching those message out of that poison queue but when deserializing i got a lot of junk data with hexadecimal values...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

傲鸠 2024-08-26 07:34:02

您可以使用 BinaryMessageEncodingBindingElement 反序列化

请阅读
http://social. msdn.microsoft.com/forums/en-US/wcf/thread/c03d80cd-492c-4ece-8890-6a35b12352e0

you can deserialize by using BinaryMessageEncodingBindingElement

Please read
http://social.msdn.microsoft.com/forums/en-US/wcf/thread/c03d80cd-492c-4ece-8890-6a35b12352e0

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文