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

Re: How to find consumers on an existing ActiveMQ Queue in c#

2020-05-25 Thread bishalroy
Please go through this link, this will describe step by step - http://techadvizor.blogspot.com/2020/05/connecting-to-aws-mq-using-c-net.html -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

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./