rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 84 forks source link

how can i get unacked messages in my queue #90

Closed alirezaght closed 8 years ago

alirezaght commented 8 years ago

Hi, In java, I'm getting unacked messages with channel.basicRecover(true) is there anything like this in swift?

michaelklishin commented 8 years ago

Please post questions to rabbitmq-users or Stack Overflow. RabbitMQ uses GitHub issues for specific actionable items engineers can work on, not questions. Thank you.