How to use SetBytesProperty and GetBytesProperty in WebSphere MQ?
问题 I have a problem with SetBytesProperty / GetBytesProperty methods pair on MQMessage class (I'm using WebSphere MQ Client 7.0.1.6). I can successfully send sbyte array in property to queue but once I try to get it back in read message I always get null . Here is the simplest code I use to reproduce the issue. [TestFixture] public class MQQueueTests { public const string MessageContent = "<test>This is test message</test>"; [Test] public void PutAndGetMessage() { Environment