Skip to content

Quick start to show how to consume or produce data to and from a JMS broker

Notifications You must be signed in to change notification settings

openshift-integration/camel-k-example-jms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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