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

Support routing by exchange/topic in pulse #28

Closed
La0 opened this issue Nov 29, 2019 · 0 comments
Closed

Support routing by exchange/topic in pulse #28

La0 opened this issue Nov 29, 2019 · 0 comments
Assignees

Comments

@La0
Copy link
Contributor

La0 commented Nov 29, 2019

PulseListener should support an internal queue name to use for specific exchanges/topics, so we don't have to maintain a routing mechanism:

PulseListener(
  {
    QUEUE_X: [
     ("exchange/x": [...]),
     ("exchange/y": [...]),
   ]
    QUEUE_Y: [
     ("exchange/x": [...]),
   ]
  }
)
@La0 La0 self-assigned this Dec 3, 2019
La0 pushed a commit to La0/libmozevent that referenced this issue Dec 3, 2019
@La0 La0 closed this as completed in d3876b3 Dec 3, 2019
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

1 participant