With the exception of replacing IBM back from later versions of MQ to MQ7, there is no easy way to achieve this.
In the end, we refused to use WCF, since most of the functions that we used are also implemented in the MQ itself, such as long transactions and guaranteed delivery.
WCF is good if you want to be able to chop and modify the basic delivery mechanisms, but if all you use is MQ, itβs easier to just connect directly to this API.
source share