The AmqpEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAmqpProperties
Gets AmqpProperties associated with the message.
Public propertyArguments
The args field contains method arguments.
Public propertyBody
The body field contains the message payload.
Public propertyIsFlowActive
Indicates that the flow is active on Flow events
Public propertyMessage
The error message associated with an error event
Public propertyType
The type field indicates the type of the event. One of the following: "open" "close" "message" "get" "declarequeue" "declareexchange" "error" "flow" "bindqueue" "unbindqueue" "deletequeue" "deleteexchange" "cancel" "committransaction" "rollbacktransaction" "selecttransaction" "consume" "purgequeue" "recover" "reject"

See Also