Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 506 Bytes

File metadata and controls

13 lines (8 loc) · 506 Bytes

Azure Service Bus Consumer

This project is a basic example of Java Azure Service Bus Consumer, based on Microsoft's documentation and running on a Spring Boot.

Requirements

Java 11, Gradle

Usage

  • 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