See the supported connectors for Application Integration.

Solace trigger

The Solace trigger is a Connector Event trigger that lets you invoke an integration based on the Solace events that you've subscribed to in your Solace connection.

Before you begin

If you plan to create or configure a new connection for the Solace trigger, make sure that you have the following IAM role on the project:

  • Connectors Admin (roles/connectors.admin)
  • For information about granting roles, see Manage access.

Grant the following IAM roles to the service account that you want to use for the Solace trigger:

  • Application Integration Invoker (roles/integrations.integrationInvoker)
  • For information about granting roles to a service account, see Manage access to service accounts.

Add the Solace trigger

To add a Solace trigger to your integration, perform the following steps:

  1. In the Google Cloud console, go to the Application Integration page.

    Go to Application Integration

  2. In the navigation menu, click Integrations

    The Integrations List page appears listing all the integrations available in the Google Cloud project.

  3. Select an existing integration or click Create integration to create a new one.

    If you are creating a new integration:

    1. Enter a name and description in the Create Integration pane.
    2. Select a region for the integration.
    3. Select a service account for the integration. You can change or update the service account details of an integration any time from the Integration summary pane in the integration toolbar.
    4. Click Create.

    This opens the integration in the integration editor.

  4. In the integration editor navigation bar, click Triggers to view the list of available triggers.
  5. Click and place the Solace trigger element in the integration editor.
  6. To configure the Solace trigger, you can either use an existing Solace connection available in Integration Connectors, or create a new Solace connection using the inline connection creation option.

Configure Solace trigger using an existing connection

You can configure the Solace trigger using an existing Solace connection in Integration Connectors. Note that the Solace trigger is an Connector Event trigger, therefore you can only use a Solace connection with event subscription enabled to configure the trigger.

For information about how to configure a Solace trigger using a new Solace connection, See Configure Solace trigger using a new connection

To configure a Solace trigger using an existing Solace connection, perform the following steps:

  1. Click the Solace trigger element in the integration editor to open the trigger configuration pane.
  2. Click Configure trigger.
  3. Provide the following configuration details in the Connector Event Trigger Editor page:
    1. Region: Select the region of your Solace connection.
    2. Connection: Select the Solace connection that you want to use.

      Application Integration only displays those Solace connections that are active and have an event subscription enabled.

    3. Select Queue or Topic as the JMS Source Type.
      • If you select Queue, provide the Solace queue name in the JMS Source Name column.
      • If you select Topic, provide the Solace topic name in the JMS Source Name column.
    4. Service Account: Select a service account with the required IAM roles for the Solace trigger.
  4. Click Done to complete the trigger configuration and close the page.

Configure Solace trigger using a new connection

To configure the Solace trigger using a new Solace connection, perform the following steps:

  1. Click the Solace trigger element in the integration editor to open the trigger configuration pane.
  2. Click Configure trigger.
  3. Skip the Region field.
  4. Click Connection and select the Create Connection option from the drop-down menu.
  5. Complete the following steps in the Create Connection pane:
    1. In the Location step, choose the location for the new Solace connection:
      1. Region: Select a location from the drop-down list.

        For the list of all the supported regions, see Locations.

      2. Click Next.
    2. In the Connection Details section, complete the following:
      1. Connector: Select Solace from the drop down list of available Connectors.
      2. Connector version: Select the Connector version from the drop down list of available versions.
      3. In the Connection Name field, enter a name for the Connection instance.

        Connection names must meet the following criteria:

        • Connection names can use letters, numbers, or hyphens.
        • Letters must be lower-case.
        • Connection names must begin with a letter and end with a letter or number.
        • Connection names cannot exceed 63 characters.
      4. Optionally, enter a Description for the connection instance.
      5. Service Account: Select a service account that has the required roles.
      6. To use the connection for event subscriptions, select Enable event subscription. Selecting this option, enables the event subscription with actions.
      7. Message VPN: The Solace PubSub+ message router Message VPN that you want to connect to. A connection is specific to a Message VPN. If you have many message VPN, you must create a separate connection for each message VPN.
      8. Default Queue Name: The name of the default queue, may be overridden when executing action.
      9. Default Topic Name: The name of the topic to connect to.
      10. Optionally, configure the Connection node settings:

        • Minimum number of nodes: Enter the minimum number of connection nodes.
        • Maximum number of nodes: Enter the maximum number of connection nodes.

        A node is a unit (or replica) of a connection that processes transactions. More nodes are required to process more transactions for a connection and conversely, fewer nodes are required to process fewer transactions. To understand how the nodes affect your connector pricing, see Pricing for connection nodes. If you don't enter any values, by default the minimum nodes are set to 2 (for better availability) and the maximum nodes are set to 50.

      11. Optionally, click + Add label to add a label to the Connection in the form of a key/value pair.
      12. Click Next.
    3. In the Destinations section, enter details of the remote host (backend system) you want to connect to.
      1. Destination Type: Select a Destination Type.
        • Select Host address from the list to specify the hostname or IP address of the destination.
        • If you want to establish a private connection to your backend systems, select Endpoint attachment from the list, and then select the required endpoint attachment from the Endpoint Attachment list.

        If you want to establish a public connection to your backend systems with additional security, you can consider configuring static outbound IP addresses for your connections, and then configure your firewall rules to allowlist only the specific static IP addresses.

      2. Click Next.
    4. In the Authentication section, enter the authentication details.
      1. Select an Authentication type and enter the relevant details.

        The following authentication types are supported by the Solace connection:

        • Anonymous
        • Username and password
      2. To understand how to configure these authentication types, see Configure authentication.

      3. Click Next.
    5. Review: Review your connection and authentication details.
    6. Click Create.

    Trigger output

    The Solace trigger takes a couple of minutes to complete the event subscription configuration. You can view the status of your event subscription in the trigger configuration pane under Event Subscription details.

    The Solace trigger indicates the status of an event subscription using the following states:

    • Creating: Indicates that the trigger is subscribing to the event subscription.
    • Active: Indicates that the trigger is successfully subscribed to an event subscription.
    • Error: Indicates that the there is an issue with the configured event subscription.

    In addition to the event subscription status, the Event Subscription details section also displays other details such as connection region, connection name, and event subscription name.

    Trigger output variable

    For each event, the Solace trigger generates a ConnectorEventPayload output variable (in JSON format) which you can use in your downstream tasks. The output variable will have the payload from your Solace event. For example:

    {
    "message": "Hello world",
    "messageContentType": "Text"
    }

    View event subscriptions

    To view and manage all the event subscriptions associated with a connection in Integration Connectors, do the following:

    1. Go to Integration Connectors > Connections page.

      Go to the Connections page

    2. Click the connection for which you want to view the subscriptions.
    3. Click the Event subscriptions tab.

      This displays all the event subscriptions for the connection.

    Edit Solace trigger

    You can edit a Solace trigger to change or update the connection configuration and event subscription details.

    To edit a Solace trigger, perform the following steps:

    1. Click the Solace trigger element in the integration editor to open the trigger configuration pane.
    2. Click Configure Solace trigger.
    3. Do the following in the Connector Event Trigger Editor page:
      1. To retain the previously configured event subscription, click Retain, else click Delete.
      2. Update the connection configuration and event subscription details as desired.
      3. Click Done.
    4. You can view the updated connection and event subscription details in the trigger configuration pane under Event Subscription details.