exchangeName property

String? exchangeName

Get the name of the exchange where this message arrived from. The method will return null if the message did not arrive through an exchange (e.g. posted directly to a queue).

Implementation

String? get exchangeName;