-
Notifications
You must be signed in to change notification settings - Fork 36
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
Bugfix: federation queue link, dont transfer messages unless consumer exists #637
Bugfix: federation queue link, dont transfer messages unless consumer exists #637
Conversation
0d9e1e4
to
8421880
Compare
This comment was marked as resolved.
This comment was marked as resolved.
927945b
to
84ae73e
Compare
fb24e65
to
335c1c6
Compare
Just a little remark that came to my mind: By removing the local If I can manage to break out |
…nless there is a consumer
…inks. refactoring
dfe2646
to
18f25bd
Compare
@spuun, We should remember this now that we have the PR for the abstraction out :) |
… exists (#637) Stops federation queue links from transferring messages unless there is an active consumer on the downstream. federate now publishes directly to vhost instead of using a client. This allows us to use the immediate flag to make sure we don't federate messages unless there is a consumer on the downstream queue.
WHAT is this pull request doing?
Stops federation queue links from transferring messages unless there is an active consumer on the downstream.
federate
now publishes directly to vhost instead of using a client. This allows us to use the immediate flag to make sure we don't federate messages unless there is a consumer on the downstream queue.HOW can this pull request be tested?
Run the specs