ConsumeAMQP 2.0.0

Bundle
org.apache.nifi | nifi-amqp-nar
Description
Consumes AMQP Messages from an AMQP Broker using the AMQP 0.9.1 protocol. Each message that is received from the AMQP Broker will be emitted as its own FlowFile to the 'success' relationship.
Tags
amqp, consume, get, message, rabbit, receive
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success All FlowFiles that are received from the AMQP queue are routed to this relationship
Writes Attributes
Name Description
amqp$appId The App ID field from the AMQP Message
amqp$contentEncoding The Content Encoding reported by the AMQP Message
amqp$contentType The Content Type reported by the AMQP Message
amqp$headers The headers present on the AMQP Message. Added only if processor is configured to output this attribute.
<Header Key Prefix>.<attribute> Each message header will be inserted with this attribute name, if processor is configured to output headers as attribute
amqp$deliveryMode The numeric indicator for the Message's Delivery Mode
amqp$priority The Message priority
amqp$correlationId The Message's Correlation ID
amqp$replyTo The value of the Message's Reply-To field
amqp$expiration The Message Expiration
amqp$messageId The unique ID of the Message
amqp$timestamp The timestamp of the Message, as the number of milliseconds since epoch
amqp$type The type of message
amqp$userId The ID of the user
amqp$clusterId The ID of the AMQP Cluster
amqp$routingKey The routingKey of the AMQP Message
amqp$exchange The exchange from which AMQP Message was received