开发者

Integrated message queue binding does not work with Message class

开发者 https://www.devze.com 2022-12-19 07:00 出处:网络
I am 开发者_JAVA百科trying to use the integrated message queue binding with the class Message. void HandleMessage(Message msg)

I am 开发者_JAVA百科trying to use the integrated message queue binding with the class Message.

void HandleMessage(Message msg)

However the binding does not work, this works with other bindings. Is this a limitation on this specific binding?


I suspect there is a naming ambiguity between System.Messaging.Message and your own Message class.

Try void HandleMessage(Your.Namespace.Message msg) or rename your class.

0

精彩评论

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

关注公众号