Amqp
Last updated
Last updated
The messages sent through amqp protocol can be captured in ISM and can trigger a flow with the message received.
Advanced Message Queuing Protocol (AMQP) is created as an open standard protocol that allows messaging interoperability between systems, regardless of message broker vendor or platform used; With AMQP, you can use whatever AMQP-compliant client library you want, and any AMQP-compliant broker you want. Message clients using AMQP are completely agnostic.AMQP is an application layer protocol that lets client applications talk to the server and interact. However, AMQP should not just be considered a protocol used for over-the-wire communication; AMQP defines both the network layer protocol and a high-level architecture for message brokers.It defines a set of messages capabilities which must be made available by an AMQP compliant server implementation (like RabbitMQ). Including rules of how messages must be routed and stored within the broker to follow the AMQ Model.
from https://www.cloudamqp.com/blog/what-is-amqp-and-why-is-it-used-in-rabbitmq.html
You need to configura an an amqp job to trigger the flow. The attributes of the job are these.
Name
Description
Job Name
Name of the job
Broker
The url of the AMQP broker.
When AMQP subscriber receives a message, the message is passed to the flow as an input data and the formats are like this.
TextMessage
MapMessage
BytesMessage