skip to Main Content

How to setup java spring boot application to send message to Azure service bus Topic

I am asking this question here to get help from Microsoft or community I want to send messages to a topic using spring boot application The azure page is service bus My app properties spring.cloud.azure.servicebus.namespace=<<some name>> spring.cloud.azure.servicebus.entity-name=<<some topic>> spring.cloud.azure.servicebus.processor.subscription-name=<<somesub>> spring.cloud.azure.servicebus.entity-type=topic…

VIEW QUESTION
Back To Top
Search