Defining the MQSeries Resources for MQSI manually
In the
following steps <FMCQM> is used for the name of Workflow's queue manager
while <MQSIQM> is used for Integrator's queue manager. Please substitute
your actual names whenever you see either placeholder.
Creating the transmission queues
- Open the MQSeries Explorer.
- Make sure your queue managers are running (<FMCQM> and <MQSIQM>).
- Select: 'Console Root\IBM MQSeries\Queue Managers\<FMCQM>\Queues'.
- In the tree on the left, right-click 'Queues' and select 'New/Local
Queue'.
- For Queue Name enter '<MQSIQM>.
- For Usage select 'Transmission'
- Switch to the Trigger Tab and make sure that 'Trigger Control' is 'On'.
- For Trigger Data enter: '<FMCQM>.TO.<MQSIQM>'
- For Initiation Queue Name select: 'SYSTEM.CHANNEL.INITQ'
- Press OK.
- Select: 'Console Root\IBM MQSeries\Queue Managers\<MQSIQM>\Queues'.
- In the tree on the left, right-click 'Queues' and select 'New/Local
Queue'.
- For Queue Name enter '<FMCQM>.
- For Usage select 'Transmission'
- Switch to the Trigger Tab and make sure that 'Trigger Control' is 'On'.
- For Trigger Data enter: '<MQSIQM>.TO.<FMCQM>'
- For Initiation Queue Name select: 'SYSTEM.CHANNEL.INITQ'
- Press OK.
Defining the channels
- Select 'Console Root\IBM MQSeries\Queue Managers\<FMCQM>\Advanced\Channels
- In the tree on the left, right-click 'Channels' and select 'New\Sender
Channel'
- Enter '<FMCQM>.TO.<MQSIQM>' as the Channel Name
- Enter '<hostname>(<portnumber>)' as Connection Name
(<hostname> being the hostname where the MQSI Queue Manager is located
and <portnumber> the port number on which the MQSI Queue Manager is
listening. e.g. 'localhost(1414)')
- Select '<MQSIQM>' as Transmission Queue
- Press OK.
- In the tree on the left, right-click 'Channels' and select 'New\Receiver
Channel'
- Enter '<MQSIQM>.TO.<FMCQM>' as the Channel Name
- Press OK.
- Select 'Console Root\IBM MQSeries\Queue Managers\<MQSIQM>\Advanced\Channels
- In the tree on the left, right-click 'Channels' and select 'New\Sender
Channel'
- Enter '<MQSIQM>.TO.<FMCQM>' as the Channel Name
- Enter '<hostname>(<portnumber>)' as Connection Name
(<hostname> being the hostname where the MQWF Queue Manager is located
and <portnumber> the port number on which the MQWF Queue Manager is
listening. e.g. 'localhost(5010)')
- Select '<FMCQM>' as Transmission Queue
- Press OK.
- In the tree on the left, right-click 'Channels' and select 'New\Receiver
Channel'
- Enter '<FMCQM>.TO.<MQSIQM>' as the Channel Name
- Press OK.
Create the input queue for MQSeries Integrator
- Open the MQSeries Explorer.
- Make sure your queue manager is running (default: <MQSIQM>).
- Select: 'Console Root\IBM MQSeries\Queue Managers\<MQSIQM>\Queues'.
- In the tree on the left, right-click 'Queues' and select 'New/Local
Queue'.
- For Queue Name enter 'WebCreditInput' and click OK.
- Close the MQSeries Explorer.