Hi José,

ActiveMQ Artemis doesn't support a property that specifies the maximum
number of pending
messages that will be dispatched to a STOMP client.
However an acceptors supports the `stompConsumerCredits` property to specify
the consumerWindowSize[1] for all STOMP clients connected to that acceptor,
ie the following acceptor will set consumerWindowSize[1] = 1024 bytes for
all STOMP clients connected:

<acceptor
name="stomp-acceptor">tcp://localhost:61613?protocols=STOMP;stompConsumerCredits=1024</acceptor>

[1]
https://activemq.apache.org/components/artemis/documentation/latest/flow-control.html

Regards,
Domenico



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to