Skip to content

How to setup connector if we enable ssl on broker side #713

Answered by brusdev
wangshu3000 asked this question in Q&A
Discussion options

You must be logged in to vote

@wangshu3000 you could use brokerProperties with the broker prefix to enable SSL for your connector, i.e.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: my-name
spec:
  brokerProperties:
    - "broker-0.connectorConfigurations.f1.params.HOST=my-name-ss-1.my-name-hdls-svc"
    - "broker-0.connectorConfigurations.f1.params.PORT=..."
    - "broker-0.connectorConfigurations.f1.params.sslEnabled=true"
    - "broker-0.connectorConfigurations.f1.params.trustStorePath=..."
    - "broker-0.connectorConfigurations.f1.params.trustStorePassword=..."
    - "broker-1.connectorConfigurations.f1.params.HOST=my-name-ss-0.my-name-hdls-svc"
    - "broker-1.connectorConfigurations.…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by brusdev
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