ProtectedconsumerReadonlydefOptional InternalonThe underlying channel. Reflects the most recent channel after a reconnect.
The consumer tag. Reflects the most recent tag after a reconnect.
Cancel the subscription and remove it from session auto-recovery. Safe to call on a closed channel.
InternalSwap in a new underlying consumer after reconnect.
A persistent queue subscription returned by AMQPSession.subscribe.
Remains valid across reconnections — the underlying channel and consumer tag are swapped in-place after each reconnect. Use
cancel()to unsubscribe and remove from auto-recovery.