Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Last active November 11, 2020 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoraxe/4d5974cc28889314a4d46b91c43da0e8 to your computer and use it in GitHub Desktop.
Save thoraxe/4d5974cc28889314a4d46b91c43da0e8 to your computer and use it in GitHub Desktop.
ActiveMQ broker setup
apiVersion: broker.amq.io/v2alpha2
kind: ActiveMQArtemis
metadata:
name: srt-broker
namespace: srt
spec:
acceptors:
- expose: true
name: amqp
port: 5672
protocols: amqp
console:
expose: true
deploymentPlan:
image: 'registry.redhat.io/amq7/amq-broker:7.5'
messageMigration: true
size: 1
upgrades:
enabled: false
minor: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment