engcfraposo / nestjs-azure-service-bus

MIT License
4 stars 2 forks source link

Add functionality for broadcasting and receiving data using topics #13

Open mzahidriaz opened 4 months ago

mzahidriaz commented 4 months ago

Currently it works great for queues, need similar functionality for Topics as well, where we can publish/broadcast message to a topic and then receive the message as well.

Thanks