rabbitmq / rabbitmq-objc-client

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

Add arguments to a consumer #107

Closed timhonders closed 7 years ago

timhonders commented 7 years ago

Fixes #106.

michaelklishin commented 7 years ago

Instructions on running tests can be found in README. .travis.yml might provide extra clues. Running a RabbitMQ 3.6.6 node locally (see what kind of configuration is needed above) is a requirement.

timhonders commented 7 years ago

I will check it out.

michaelklishin commented 7 years ago

I addressed the issue above in #108.

timhonders commented 7 years ago

Nice tnx