Skip to content

jiajunngjj/camel-amqp-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

camel-amqp-spring-boot

Background

This example demonstrates how to consume and produce messages from AMQ Broker via AMQP using Camel routes.

The application utilizes the Spring @ImportResource annotation to load a Camel Context definition via a camel-context.xml file on the classpath.

Local Machine

Building locally

The example can be built with

# mvn clean install

Running locally

The example can be built with

# mvn spring-boot:run

OpenShift

Running on Openshift

  • This example can make use of OpenShift Developer's portal:

OpenShift Developer's portal

  • Create a secret on OpenShift console in the same namespace:
# oc secrets new client client.ts
  • Mount the secret onto the workload using OpenShift Administrator's portal with the path /keystore:

OpenShift Administrator's portal

About

Apache Camel AMQP client for AMQ Broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages