Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection status check #97

Closed
tomas789 opened this issue Oct 4, 2016 · 2 comments
Closed

Connection status check #97

tomas789 opened this issue Oct 4, 2016 · 2 comments

Comments

@tomas789
Copy link

tomas789 commented Oct 4, 2016

Is there a way how to check if connection was opened successfully? I see there is RMQConnectionDelegate but there are only methods that are called when an error appears. I'm looking for something like

RMQConnection *conn = [[RMQConnection alloc] /*...*/];
if ([conn isOpen]) {
    /* ... */
}
@michaelklishin
Copy link
Member

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.

@tomas789
Copy link
Author

tomas789 commented Oct 9, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants