IntegratD Logging - Partner connection
Logging emission is supported through connection to one of the following messaging platforms:
- RabbitMQ (v3.13 or higher)
- ActiveMQ Classic (v5.16x or higher)
- ActiveMQ Artemis (v2.17 or higher)
- IBM MQ (v9.1 or higher)
Connection information must be completed by the developer. Ideally, this connection should be shared across your Boomi Process Flows, which is the recommended Boomi practice.
Once the connection information is completed, the Test Connection option should be utilized to confirm connecting to the selected messaging platform.
| Element | Description | Required | Default |
|---|---|---|---|
| MQ Connection Type | The selected MQ Messaging Platform | Mandatory | |
| Common Across Platforms | |||
| User Authentication | Security Credentials to access the Messaging Platform | Optional | |
| Log Queue | Log messages are directed to queues within the messaging platform of choice. The queue name can be altered as required to support policies and standards | Mandatory | INTEGRATD.BOOMI.LOG |
| Fail Flow on Error | In the event of an error within the connector itself should that failure propagate up and fail the Boomi Execution or not. By default, this is turned off in strict adherence to the connector design goal of being a pass-thru connector. | Optional | False |
| ActiveMQ Classic or Artemis | |||
| MQ Server | The hostname or IP Address of the ActiveMQ Server | Mandatory | |
| MQ Server Port | The listener port of the ActiveMQ Server | Optional | 61616 |
| Rabbit MQ | |||
| MQ Server | The hostname or IP Address of the Rabbit MQ Server | Mandatory | |
| MQ Server Port | The listener port of the Rabbit MQ Server | Optional | 5672 |
| IBM MQ | |||
| Queue Manager | IBM MQ Queue Manager to connect to | Mandatory | |
| Path to JSON CCDT | CCDT which describes queue managers and their connection information. https://www.ibm.com/docs/en/ibm-mq/9.2.x?topic=tables-configuring-json-format-ccdt This path must be accessible to the runtime environment. | Mandatory |