Skip to content

jakubhalun/azure-service-bus-consumer-example

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages