Transfers messages to a specified queue. After successful transfer, the incoming message is acknowledged.
Configuration
- Queue name - Specify the target queue where messages should be transferred.
JSON Schema
Message processing algorithm
- The node receives an incoming message.
- A copy of the incoming message is created. This copy is enqueued to the configured target queue.
- Once the copy is successfully enqueued to the target queue, the original incoming message is acknowledged.
- If enqueueing fails, the original message is routed via the
Failure
connection without being acknowledged.
Output connections
- Success
- The message was successfully transferred to the target queue and acknowledged.
- Failure
- An error occurred while enqueueing the message.
- An unexpected error occurred during processing.