In my web application(using spring framework), there is a notification bell icon which shows notifictaion count and on click shows list of notifications the user has.
I am hitting an api to check for new notification availability on every 15 second.I want to relace this polling of api with azure service bus but confused what to use azure service bus queues or topics or relays.
I have already read the documentation 'Overview of azure service bus' on microsoft's website.
Please help me what to choose ?
I am hitting an api to check for new notification availability on every 15 second.I want to relace this polling of api with azure service bus but confused what to use azure service bus queues or topics or relays.
I have already read the documentation 'Overview of azure service bus' on microsoft's website.
Please help me what to choose ?