AMQP Connector Guide > AMQP Connections > Creating a Process to Handle AMQP Messages
  

Creating a Process to Handle AMQP Messages

To create a process that handles the AMQP messages, follow these steps:
  1. 1Create a process and select a Secure Agent where the AMQP broker should run and other properties of the process.
  2. 2On the Start tab, choose to Start Via Event as AMQP consumes events.
  3. You can then see the available event sources (grouped by Connection:event name).

Process Example

To queue messages on the AMQP queue, you might define a process that includes:
The event target can be handled like other service calls. The input argument is a process object that defines the data required for the transport.