From IBM MQ

From IBM MQ

When using IBM MQ you need to configure some connection settings for InterFormNG2 to be able to connect to it.

    

  1. 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 InterFormNG2.
  2. Input type
    The data type, that is found on the message queue.

When sending messages to an MQ, all InterFormNG workflow metadata values are included as headers on the message. When receiving MQ messages in InterFormNG, all message headers will be converted into workflow metadata.

The characters hyphen "-" and dot "." are not allowed in JMS header names. However these characters are commonly used in InterFormNG metadata names, so when sending MQ messages, InterFormNG will change these characters into a valid string sequence. In the same way, By default dot is changed to "_DOT_" and hyphen is changed to "_HYPHEN_". When receiving MQ messages, those string sequences are similarly changed back to dot and hyphen in the InterFormNG metadata names.

This is important to be aware of when interchanging MQ messages between InterFormNG and other systems.

 

You can change the character sequences that dot and hyphen are changed into.

To do this you need to log in as system administrator and select "settings" from the top navigation bar. In the "Message Queue" section under "character replace" you can change the strings that are used to replace dot and hyphen. Make sure that your string sequence is valid in JMS header names.


    • Related Articles

    • 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 ...
    • 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 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 ...
    • From IBM i output queue

      If you are running InterFormNG2 on the IBM i platform, you can configure it to monitor an output queue using the workflow input type: From IBM i output queue. If you intend to monitor many output queues you should also consider the input type, From ...