The presence of one AMQ broker and 100 consumers. I sent a message to a specific consumer, so other consumers will not receive it (client-side filtering will not work).
The easiest way is to create virtual destinations (for example, call them queue: consumer-) and send messages there. However, this will result in 100 new queues, which will make it more difficult to monitor. Is there any other way to do this with a single queue?
source
share