Skip to content

Quarkus client app (smallrye-amqp) connection broken #512

Answered by rafaeltuelho
rafaeltuelho asked this question in Q&A
Discussion options

You must be logged in to vote

ok, I just learned in order to enable AMQP Protocol you need to explicitly add the acceptors in your ActiveMQArtemis CR:

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-broker-amqp
spec:
  adminUser: admin
  adminPassword: admin
  acceptors:
    - name: amqp
      expose: true
      protocols: "AMQP"
      port: 5672

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@brusdev
Comment options

Answer selected by rafaeltuelho
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants