Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 832 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 832 Bytes

JBoss A-MQ PersistentVolume Monitor

Camel Spring Boot app that monitors the A-MQ on OpenShift PersistentVolume and drains messages when a broker is decommissioned (scaled down).

Running the example in OpenShift

It is assumed that:

The example can be built and run on OpenShift using a single goal:

$ cd $PROJECT_ROOT
$ mvn fabric8:deploy -Dbroker.claimName=<MY_BROKER_PVC_NAME>