Bridge Data to SAP Event Mesh

    Event Mesh is an important message exchange component of SAP BTP (opens new window).

    The SAP BTP includes all the technology combinations, such as SAP HANA (in memory computing platform), SAP Analytics Cloud (analysis cloud), SAP Integration Suite and SAP Extension Suite.

    The IoT data of EMQX can be sent to these products of SAP BTP through this bridge.

    Prepare the SAP Event Mesh environment and obtain the service keys. For details see Create Instance of SAP Event MeshBridge data to SAP Event Mesh - 图3 (opens new window)

    Take the following Service Keys as an example:

    We only care about the "messaging" field of the Service Keys, we can get the following information related to :

    Then we create a message queue named “my_queue_name” in the SAP Event Mesh.

    Click the “+ Add action” button, and then select “Data to Sap Event Mesh” in the drop-down box.

    image

    Fill in the following parameters for the action:

    1). The message template. In this example we will send a message to SAP Event Mesh, and set the message template to:

    2). The message queue name. Here we should use the “my_queue_name” we created just now.

    3). QoS. It’s the QoS of SAP Event Mesh.

    Here we need to fill in the information we obtained through Service Keys, including the Token Endpoint URI,,ClientSecret,, etc.

    We keep other parameters remain the default, and then click the “test connection” button to ensure that the connection test is successful. Finally, click the “OK” button.

    Return the action page, click the “Confirm” button.

    image

    Return the rule page, click the “Create” button.

    Now you can go to the SAP Event Mesh platform, to check whether we can fetch the message “abc” from the message queue “my_queue_name”.