Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
You can definitely pass in a binary message. When issuing the MQPUT, pass in a pointer to binary data rather than character data. You'll need to specify a format in the MQMD that starts with something other than "MQ". The "MQ" formats are reserved. There are details in the Application Programming Reference in the MQMD section.
One downside to binary messages is that you'll have to do conversion of the data by yourself.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum