Posted: Wed May 29, 2002 7:27 am Post subject: setting context info base Java
Newbie
Joined: 17 Apr 2002 Posts: 2
When I execute the following code:
MQMessage response = new MQMessage();
response.applicationOriginData = "QQH ";
response.writeString("My message");
MQPutMessageOptions pmo = new MQPutMessageOptions();
queue.put(response, pmo);
MQSeries explorer shows applicationOriginData as being blank
for the newly put message. Is there something else I have to
do to set context information?
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