IBM MQ

IBM MQ

If you want to use IBM Message Queues with InterFormNG2, then you need to set it up in the tenant settings.

You can use IBM Message Queues in the workflow with the input type From IBM MQ.

 

In order to setup IBM Message queues, you first need to sign in as described here.

 

Then you click IBM MQ on the left below Workflow:

 

NG2TenantIBMMQ0001

 

NG2TenantIBMMQ0002

 

In the section "IBM MQ" specify host name (IP or domain) as well as the port on which the MQ is running. You also need to specify the name of the queue manager and the channel that should be used. Consult your IBM MQ server configuration to find these values. Finally as transport type select "TCP/IP" to connect over a network using TCP/IP, or if the MQ is running on the same machine as InterFormNG then you can alternatively select "bindings" as transport type. Bindings provide better performance, but require additional software to be installed (a DLL (on Windows) or SO (Linux). The Java library path should refer to a place, where such a file is found). In the "name" field specify a name for the MQ. When using the MQ in a workflow you select it by its name.

If you need to use multiple IBM MQ configurations, then you can create additional ones by pressing the + icon. Each instance needs to have a unique name.

 

Note: If you edit an existing IBM MQ setting, then it is necessary to restart the service before the change takes effect. Adding a new one does not require a restart

    • Related Articles

    • IBM MQ send message

      To send a message to an IBM MQ as part of a workflow, insert a new component at the point in the workflow where you want to send the message. From the "Advanced" components tab select "IBM MQ send message" to send a message to an IBM MQ. Note, that ...
    • From IBM MQ

      When using IBM MQ you need to configure some connection settings for InterFormNG2 to be able to connect to it. MQ name In the "MQ name" field specify the IBM MQ, that you want to use. You need to first have that defined in the settings of ...
    • From Active MQ

      A workflow can be initiated by an MQ message. Create a new workflow and specify input type as either "From ActiveMQ" or "From IBM MQ" depending on what type of MQ that sends the message. When you select Active MQ as the input type on a workflow you ...
    • IBM i Command input

      It is possible to call InterFormNG2 functions from an IBM i command, IFORMNG2/NG2CMD. The command then calls an InterFormNG2 workflow, which can generate various output and also return an output file to the command. The command will wait for the ...
    • Java configuration on the IBM

      Java configuration on the IBM i : This section lists the Java related configurations, that you need to consider in order to be able to run InterFormNG2 on the IBM i platform. •Java version 17 must be installed. InterFormNG2 is a Java based ...