IBM WMQ WCF Transport channel issues
There are some known nasty issues that my colleagues discovered while using the IBM WMQ WCF Transport channel. These where discovered with client version 7.0.1.3.
The service will hit the faulted state and will not pick up further messages when:
- A wrong, empty or no soap action is in the message
- The codepage is different then UTF-8
- The quemanager is reset or the (network) connection to the queue manager is (temporary) lost
Another one is that the service will throw "This buffer cannot be returned to the buffer manager because it is the wrong size" when the MQ message format (MQ header) is filled with MQSTR.
Reported all these issues to IBM. Hope they will resolve them (very) soon.