Hello, I’m new to Solace and trying to understand how I can use queues with non-persistent event streaming. I started with a direct messaging pattern which works fine but I have an AMQP producer and as far as I understand, an AMQP message must be pushed to a queue. On the other hand, I have multiple subscribers but consuming data from a non-exclusive queue results in distributing the messages across subscribers which is not why intended to do.
My question is, how can I use this non-exclusive queue as a forward incoming AMQP data as a direct message to all subscribers?
PS: I couldn’t select the correct category from the dropdown menu, and apologies that now I cannot change it.