Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.15 KB

File metadata and controls

48 lines (31 loc) · 1.15 KB

Spring Boot Example with Azure Service Bus

Introduction

This example demonstrates how you can use the Camel Azure Service Bus Starter component.

Note
Running this sample will be charged by Azure. You can check the usage and bill at this link.

Create Service Bus on Azure

Create an Azure Service Bus namespace and queue by following this link.

Configuration

You need to configure the details in the file:

src/main/resources/application.yml

How to run

Run this example using:

mvn spring-boot:run

You should see the following output in the console.

Received: Service Bus Test
The content is Service Bus Test
...
Received: Service Bus Test
The content is Service Bus Test
...

Help and contributions

If you hit any problem using Camel or have some feedback, then please let us know.

We also love contributors, so get involved :-)

The Camel riders!