Monday, June 6, 2011

MQ basic commands

to create a Queue Manager:
crtmqm

to start a Queue Manager:
strmqm

to run MQSC:
runmqsc.exe
(wait for a while and hit "enter" to make sure it's ready)

to create local queue:
DEFINE QLOCAL('mylocalqueue')


some definitions (from Wikipedia ) :

Local queues represent the location in which data is stored awaiting processing.

Remote queues represent a queue on another queue manager


see here for full list

No comments: