rabbitmq / rabbitmq-objc-client

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

Implement `nack` #47

Closed camelpunch closed 8 years ago

camelpunch commented 8 years ago

We recently implemented ack(knowledgments) for messages to support Tutorial 2. Let's also implement nack while we have the context.