Integrated message queue binding does not work with Message class
- by user80855
I am 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?