rabbitmq / rabbitmq-objc-client

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

Fetching a queue with only read permissions #83

Closed erik-inkapool closed 8 years ago

erik-inkapool commented 8 years ago

Hello, like the project!

Is there anyway to fetch a queue with only read permissions? I keep getting a permission error when I try getting a queue using channel.

Thanks in advance for any help! :smile:

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.

michaelklishin commented 8 years ago

As you can see in the docs, both protocol methods that consume messages (basic.consume, basic.get) only require read permissions on a queue. Without knowing what your permissions look like and what is the error you are getting we cannot suggest more. Please take this to the mailing list.

michaelklishin commented 8 years ago

FTR, here's the same question on rabbitmq-users with a solution.