canAbandon property

bool canAbandon

Informs if the queue is able to abandon messages.

Returns true if queue is able to abandon.

Implementation

bool get canAbandon {
  return _canAbandon;
}