The user should be able to pause the consumer, have the ability to check the number of unsettled messages and then close the consumer ```typescript consumer.pause() const unsettledMessagesCount = consumer.unsettledMessageCount() consumer.close() ```