I am setting queue messaging system between IBM MQ Server and IBM MQ Client.
I already setup connection IBM MQ Server and IBM MQ Client.
In MQ server queue, there are some messages. And I can get those messages using mq commend.
> amqsgetc Server_Queue_name
But this is just sample commend. And Once I order this commend, all messages are not put in the local queue. I want to get messages from MQ Server and put them into my local queue in the MQ Client.
How can I set it up when there is a message at the MQ Server Queue. Do I need a trigger for it? or Should I make a extra program like batch?