Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 366 Bytes

Using JMS with Camel K

Introduction

This example shows how to use JMS to connect to a message broker in order to consume and produce messages.

There are two examples:

  • JMS Sink: use this example to learn how to produce data to a JMS broker
  • JMS Source: use this example to learn how to consume data from a JMS broker