Messaging Bridge

Imagine that you have multiple messaging systems used in your organization. How can multiple messaging systems be connected so that messages available on one are also available on the others?

A Messaging Bridge, is a connection between messaging systems, to replicate messages between systems.

It is very easy to implement this pattern with Datamin. You just need to create a pipeline that begins with the "External_trigger" task accepts the input message from one system and then uses the "API_call" to publish the input message to the API of another system.

It is a very simple pipeline that just forwards the message to the second messaging system. But of course, your real use case might be as complicated as you want, containing conditions, filters, processors, transformations, and other tasks that prepare the input data to be accepted by the second messaging system.

Last updated