skip to Main Content

Step 1: Transformer creation

Press Add Transformer for a new pop-up window, where you enter the new transformer label, as shown in the example.

Transformer creation fields

Name String
Mandatory
The label of the transformer.

When you press the icon button Save the transformer will be saved.

If all steps were correct, the Transformer will be created in the Settings → Transformers, as shown in the example. After creation, you can Edit the transformer, you can Edit the code of the transformer, or Delete it from the list.

Step 2: Writing code for the transformer

To enter your transformer’s code, press Code edit for a new pop-up window where you can enter your code, as shown in the example.

Step 3: Event Consumer creation

Now navigate to Event Consumers -> Add Consumer config for a new pop-up window where you enter the new Consumer information, as shown in the example.

Fill out all the information, and in the Transformers field select the RabbitMQ Transformer. If all the information is filled out correctly, press Save to create the event consumer.

You can read more about the Event Consumer creation fields at Settings -> Event Consumers -> Event Consumer Creation, or here.

Step 4: Checking if the data is flowing

The Event Consumer is in Stop state by default. If it is Active, you can stop it anytime.

If you want to Activate your Event consumer, press Play and you will see the events being streamed in the Insights section.

Back To Top