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 accep
On ActiveMQ there is a STOMP header activemq.prefetchSize documented as:
activemq.prefetchSize int ///Specifies the maximum number of pending
messages that will be dispatched to the client. Once this maximum is
reached no more messages are dispatched until the client acknowledges a
message
I tried to set some sendHeaders like replyTo and others, when I
sendTextMessage
or simply send without passing header, the message reaches to the queue.
However, if I added the headers, message seems cannot reach to the queue.
this is what I do in sendMessage function
var
headers.addHeader(S