反序列化来自通过 netmsmq 绑定发送的 msmq 的消息
我们有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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