I use rabbitmq to send messages from one server to multiple clients. I want to send a message to all clients, so I created an exchange to which they are all attached. This works great. However, if I want to send a message to several of these clients based on a wildcard in the routing key (and not in the binding key). For example, I say red clients, blue clients and green clients. Sometimes I want all clients to receive a message, sometimes I only need blue, or only blue and red. This is a simplified example. To extend this to my real system, imagine that I have hundreds of βcolorβ differences. I cannot figure out how to do this, since character-characters apparently exist only in key bindings and not in routing keys.
Any advice is appreciated.
rabbitmq routing
user3334234
source share