The AmqpEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AmqpProperties |
Gets AmqpProperties associated with the message.
|
![]() | Arguments |
The args field contains method arguments.
|
![]() | Body |
The body field contains the message payload.
|
![]() | IsFlowActive |
Indicates that the flow is active on Flow events
|
![]() | Message |
The error message associated with an error event
|
![]() | Type |
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"
|