Skip to content

How to configure 'allowLinkStealing' on acceptors #635

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

You must be logged in to vote

Hi @eanbiso, you can use broker properties to customize or define an acceptor, i.e.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-mqtt
spec:
  acceptors:
    - name: mqtt-plain
      protocols: MQTT
      port: 1884
  brokerProperties:
    - "acceptorConfigurations.mqtt-plain.extraParams.allowLinkStealing=false"
apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-mqtt-bp
spec:
  brokerProperties:
    - "acceptorConfigurations.mqtt-plain.params.host=0.0.0.0"
    - "acceptorConfigurations.mqtt-plain.params.port=1884"
    - "acceptorConfigurations.mqtt-plain.params.tcpSendBufferSize=1048576"
    - "acceptorConfigurations.mqtt…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eanbiso
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