Re: For Artemis, is there a way to set consumerWindowSize differently on per JMS consumer basis?

2018-12-17 Thread Clebert Suconic
I just send a dev list post with a heads up. If you guys could answer it there. I’m planning 2.7.0 soon. We won’t probably be doing many 2.6.x unless really needed. On Mon, Dec 17, 2018 at 10:54 AM Clebert Suconic wrote: > It would be nice to set producing credits per address as well. (Me

Re: For Artemis, is there a way to set consumerWindowSize differently on per JMS consumer basis?

2018-12-17 Thread Clebert Suconic
It would be nice to set producing credits per address as well. (Me thinking as an user) I will need to check about anonymous producers thought. On Fri, Dec 14, 2018 at 1:24 PM Youyu Shao wrote: > Thank you very much. This is very helpful. What is the timeframe for 2.7.0? > > Thanks again, > >

Re: For Artemis, is there a way to set consumerWindowSize differently on per JMS consumer basis?

2018-12-14 Thread Youyu Shao
Thank you very much. This is very helpful. What is the timeframe for 2.7.0? Thanks again, -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: For Artemis, is there a way to set consumerWindowSize differently on per JMS consumer basis?

2018-12-14 Thread Christopher Shannon
When version 2.7.0 is released you will be able to set a default consumerWindowSize per address so you should be able to accomplish what you want. See https://github.com/apache/activemq-artemis/blob/master/docs/user-manual/en/address-model.md#configuring-addresses-and-queues-via-address-settings A

For Artemis, is there a way to set consumerWindowSize differently on per JMS consumer basis?

2018-12-14 Thread Youyu Shao
Hello, We are using Artemis 2.6.2 as JMS server/broker. We have one JMS connection created from org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory. We have two JMS queues, both are used as task distribution/load-balancing mechanism. One queue contains complex tasks taking long time