Home > other >  How to create the mq queue manager? Creating MQ
How to create the mq queue manager? Creating MQ

Time:09-22

Step 1:
Create a queue manager
CRTMQM QM_HXB_DYCK
Start the queue manager
The STRMQM QM_HXB_DYCK
Enter the queue manager
Runmqsc QM_HXB_DYCK
Step 2:
Create a listener
Define the listener (QMLFXCC) trptype (TCP) port (1404) control (QMGR) replace
Start listening to
Start the listener (QMLFXCC)
Step 3:
Create a service channel (external program through this channel with NO connection)
Define the channel (CHL_HXBANK_SVRCONN) chltype (svrconn) MCAUSER (' MQM) replace
//create a receiving channel
Define the channel (CHSW02TOHXB) chltype (RCVR) replace
1. Create channels
Define the channel (CHHXBTOSW02) chltype (SDR) conname (' 12. 21. 17. 88 (1302) ') xmitq (QMTFXCC) replace
Step 4:
Create transmission of column (a local queue)
Define qlocal (QMTFXCC) usage (xmitq) trigger trigtype trigdpth (first) (1) trigdata (CHHXBTOSW02) initq (system) channel) initq) replace
Create the receive queue (local queue)
Define qlocal (QLHXBSW02SFS01 MAXDEPTH) (100000) DEFPSIST (YES) replace
Create send queue (remote queue)
Define qremote (TOSW02) ximitq (QMTFXCC) rname (QLSW02HZBSF S01) through (RMSW02) DEFPSIST (TES) replace
Create a dead-letter queue
Define qlocal (QD_QM_HXB_DYCK) DEFPSIST (yes)
The alter QMGR deada (QD_QX_HXB_DYCK)
| modified csid
The alter QMGR ccsid (819)
Step 5:
Start the channel
Start chlorophyll (CHHXB TOSW02)

Including the management on the team need to communicate with others to create
Sending, receiving channel, send queue, receive queue, all want to communicate with others the ccsid values by default is 1208, not the default is 1208
  • Related