-
Notifications
You must be signed in to change notification settings - Fork 4
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
Partitioned queues #42
Conversation
Do we need to do anything with |
This indicates whether the consumer is in active or passive state in case of durable exclusive queue as it will have only one active consumer. The state is returned by Java API. We can use this for logging purpose. Partition handoff is handled between Java API and broker. For client consumer it is just another queue. |
The code looks good, can we rebase and merge? |
I am just checking if anything else need to be added. I will merge this PR later |
@ozangunalp can you approve this Pull request |
No description provided.