Posted: Wed Nov 19, 2003 7:37 am Post subject: MQPUT1 using java
Newbie
Joined: 19 Nov 2003 Posts: 5
I have a java application which polls a queue residing in the local queue manager. I need to retrieve the ReplyToQueue and queue manager name from the incoming message’s properties and post back the response using MQPUT1 option.
Kindly help me out in this.
Any sample code would be of great help
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
From the manual mentioned by Jeff
Quote:
For simplicity and performance, if you want to put just a single message to a queue, use the put() method on your MQQueueManager object. For this you do not need to have an MQQueue object. See MQQueueManager.put
Hope this helps. Please refrain from opening multiple threads with the same post.
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