Replies: 1 comment
-
Hey @mdomans 👋, We also offer priority support for our sponsors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
I'm looking at an issue for which I'd like to have multiple RabbitMQ queues receiving data from single RabbitMQ exchange using the
hash exchange
plugin. This plugin is de facto part of RabbitMQ now, just usually disabled. I wanted to describe this topology using Kombu primitives in Python so that individual team members don't have to configure RabbitMQ locally or remotely for work.My questions:
Beta Was this translation helpful? Give feedback.
All reactions