Consuming message from specific Topic subscription added in Queue

Hi @Amol_D ,

I recommend to think about multiple queues for different consumers - in other words make more fine-grained Queues :slight_smile:
We can get the original destination topic, but I don’t recommend to use that to ‘filter’. The filtering should happen when the routing is happening within the broker / event mesh.