Method | Description | |
---|---|---|
LinkReceiveProperties ( bool redelivered, string exchangeName, string routingKey, string queueName, bool isFromThisApp ) |
Creates new instance
|
public LinkReceiveProperties ( bool redelivered, string exchangeName, string routingKey, string queueName, bool isFromThisApp ) | ||
redelivered | bool | Is message was redelivered |
exchangeName | string | Message was published to this exchange |
routingKey | string | Message was published with this routing key |
queueName | string | Message was consumed from this queue |
isFromThisApp | bool | Message was published from this application |