INT4 Suite provides functionality for message collection from Event Mesh Topics. Collected messages can be used in Message Selector when creating test cases.
On SAP side, there is a http service /default_host/sap/bc/int4/iftt/em. This service needs to be configured in Event Mesh as a webhook
Configuration of Event Mesh.
-
Create a Queue that will be used for message collection
-
Create new Webhook for newly created queue
Webhook URL: <host>/sap/bc/int4/iftt/em
-
Subscribe newly created Queue to Topic that you would like to collect messages from.
Now all of the messages sent to int4suite/demo/em/topic1 will be stored in the database and can be found in message selector.
If you want to stop collecting new messages, just pause webhook in Event Mesh cockpit.