Skip to Content

Jitterbit MQ Connection

Introduction

A Jitterbit MQ connection, created using the Jitterbit MQ connector, establishes access to the Jitterbit Message Queue Service. Once a connection is configured, you can create instances of Jitterbit MQ activities associated with that connection to be used either as sources (to provide data in an operation) or as targets (to consume data in an operation).

Note

This connector supports the Enable Re-authentication on Change organization policy. If enabled, a change to the Organization ID, Environment ID, or Jitterbit Region in this connection requires users to re-enter the Auth Token for the connection.

Create or Edit a Jitterbit MQ Connection

A new Jitterbit MQ connection is created using the Jitterbit MQ connector from one of these locations:

An existing Jitterbit MQ connection can be edited from these locations:

Configure a Jitterbit MQ Connection

Each user interface element of the Jitterbit MQ connection configuration screen is described below.

Jitterbit MQ connection configuration

Tip

Fields with a variable icon Variable icon support using global variables, project variables, and Jitterbit variables. Begin either by typing an open square bracket [ into the field or by clicking the variable icon to display a list of the existing variables to choose from.

  • Connection Name: Enter a name to use to identify the connection. The name must be unique for each Jitterbit MQ connection and must not contain forward slashes / or colons :. This name is also used to identify the Jitterbit MQ endpoint, which refers to both a specific connection and its activities.

  • Auth Token: Enter an authentication token associated with the environment. The authentication token is generated in the Message Queues page within the Authentication Tokens tab.

  • Optional Settings: Click to expand additional optional settings:

    • Environment ID: Enter the Harmony environment ID for the environment containing the message queue. The environment ID is found on the Environments page.

    • Jitterbit Region: When using agent version 10.73 or earlier, select the Jitterbit region the organization belongs to, either APAC, EMEA, or NA. When using agent version 10.74 or later, the region of the organization currently being accessed is selected by default.

    • Organization ID: Enter the Harmony organization ID for the organization containing the message queue (required when using agent version 10.73 or earlier). When using agent version 10.74 or later, the organization currently being accessed is used when an organization ID is not specified.

    • Environment ID: Enter the Harmony environment ID for the environment containing the message queue (required when using agent version 10.73 or earlier). The environment ID is found on the Environments page. When using agent version 10.74 or later, the environment of the project is used when an environment ID is not specified.

    • Connection Request Timeout in Seconds: Enter the time (in seconds) that the connection is to remain established with the Message Queue Service after servicing a request. The default is 10 seconds and the maximum value allowed is 180 seconds. Changing this value is not recommended.

    • Response Timeout in Seconds: Enter the time (in seconds) to wait for a response from the Message Queue Service. The default is 10 seconds and the maximum value allowed is 300 seconds.

    • Connection Timeout in Seconds: Enter the time (in seconds) to wait until a new connection is fully established. The default is 10 seconds and the maximum value allowed is 300 seconds.

  • Test: Click to verify the connection using the provided configuration. When the connection is tested, the latest version of the connector is downloaded by the agent(s) in the agent group associated with the current environment. This connector supports suspending the download of the latest connector version by using the Disable Auto Connector Update organization policy.

  • Save Changes: Click to save and close the connection configuration.

  • Discard Changes: After making changes to a new or existing configuration, click to close the configuration without saving. A message asks you to confirm that you want to discard changes.

  • Delete: After opening an existing connection configuration, click to permanently delete the connection from the project and close the configuration (see Component Dependencies, Deletion, and Removal). A message asks you to confirm that you want to delete the connection.

Next Steps

After a Jitterbit MQ connection has been created, you place an activity type on the design canvas to create activity instances to be used either as sources (to provide data in an operation) or as targets (to consume data in an operation).

Menu actions for a connection and its activity types are accessible from the project pane and design component palette. For details, see Actions Menus in Connector Basics.

These activity types are available:

  • Get Bulk: Retrieves a batch of messages available in a specific Jitterbit message queue and is intended to be used as a source in an operation.

  • Acknowledge: Acknowledges messages in a Jitterbit message queue and is intended to be used as a target in an operation.

  • Send Bulk: Sends a batch of messages to a Jitterbit message queue and is intended to be used as a target in an operation.

  • Get: Retrieves a single message available in a specific Jitterbit message queue and is intended to be used as a source in an operation.

  • NACK: Negatively acknowledges messages (using the ackId) and is intended to be used as a target in an operation.

  • Get Queue Details: Retrieves queue details for a specific Jitterbit message queue and is intended to be used as a source in an operation.

  • Send: Sends a single message to a Jitterbit message queue and is intended to be used as a target in an operation.