This project is a basic example of Java Azure Service Bus Consumer, based on Microsoft's documentation and running on a Spring Boot.
Java 11, Gradle
- Fill the application.properties file with a connection string to a Service Bus and entity path.
- Format of entity path is topicName/subscriptions/subscriptionName
- Run gradle bootRun