- This topic has 0 replies, 1 voice, and was last updated 2 years, 5 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Easy to Learn
Home › Forums › How to put Message on to Queue in IBM MQSeries. › How to put Message on to Queue in IBM MQSeries
Tagged: IBM WEBSPHARE, MQ Series, Put message
Putting messages in MQ series are some time critical and we were blank that what to do. Here is the perfect solution. You can use the command to put message in queue.
The template is location in below directory.
For windows :
MQ_INSTALLATION_PATH\Tools\c\samples\bin
For Linux :
MQ_INSTALLATION_PATH/samp/bin
Command :
sample command :
amqsputc queue_name queue_manager_name
test command : amqsputc Q test1
# After execution of above command it will ask you to enter password for the user ID running
# After password enter you can type the messages that you want to put on the queue.