Re: ArtemisMQ equivalence of ActiveMQ prefetchSize STOMP header

2020-05-25 Thread brusdev
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

ArtemisMQ equivalence of ActiveMQ prefetchSize STOMP header

2020-05-25 Thread José Micó
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

Stomp Header

2010-09-01 Thread qin ding
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