Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.26 KB

File metadata and controls

52 lines (33 loc) · 1.26 KB

Azure Event Hubs - Spring Boot example

Abstract

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

Introduction

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!