In this video, we will create the messaging Services process and show how the Cloud Application Integration can connect to an AMQP broker, fetch message from an AMQP queue and then write them on a different AMQP queue on the same broker.
This video demonstrates the following:
• Create an AMQP listener (read. Connector) that listens for a message on a queue.
• Create a process using this listener (and triggered on event). This process will use the process object that will confirm to the format of the message on the queue.
• Above process will read from the queue and write it to another queue on same broker.