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.
The example can be built with
# mvn clean install
The example can be built with
# mvn spring-boot:run
- This example can make use of 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: