Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-3737

The operator creates only one acceptor `scaleDown` in case of cluster ssl deployment

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • AMQ 7.7.0.GA
    • AMQ 7.7.0.GA
    • documentation
    • None

      with AMQ 7.7 operator, no acceptor is created using the CR, only the accepter scaleDown is created, below the config:

      oc create -f - <<EOF
      apiVersion: broker.amq.io/v2alpha2
      kind: ActiveMQArtemis
      metadata:
        name: broker1
      spec:
        deploymentPlan:
          size: 2
          image: registry.redhat.io/amq7/amq-broker:7.7
          persistenceEnabled: true
          messageMigration: true
          acceptors:
          - name: myacceptor
            protocols: amqp
            port: 5672
            sslEnabled: true
            sslSecret: mytlssecret
            expose: true
            connectionAllowed: 100
        console:
          expose: true
      EOF
      

            jbyrne@redhat.com John Byrne
            rhn-support-aboucham Abel Bouchama
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: