Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.25 KB

File metadata and controls

50 lines (32 loc) · 1.25 KB

Spring Boot Example with Azure Event Hubs

Introduction

This example demonstrates how you can use the Camel Azure Event Hubs Starter component.

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

Create Event Hubs on Azure

  1. Create an Azure Event Hubs by following this link.

  2. Create an Azure Storage account for checkpoint use 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: Event Test
The content is Event Test
...
Received: Event Test
The content is Event 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!