Re: Access ActiveMQ from Perl problem

2018-12-14 Thread Timothy Bish
On 12/14/18 5:07 PM, USBLexus wrote: Hi, I installed CPAN Net-STOMP library (https://metacpan.org/release/Net-STOMP-Client) as suggested here http://activemq.apache.org/cross-language-clients.html, but if I try to connect to my AciveMQ broker 5.14.0, I can see following error in logs: INFO | j

Access ActiveMQ from Perl problem

2018-12-14 Thread USBLexus
Hi, I installed CPAN Net-STOMP library (https://metacpan.org/release/Net-STOMP-Client) as suggested here http://activemq.apache.org/cross-language-clients.html, but if I try to connect to my AciveMQ broker 5.14.0, I can see following error in logs: INFO | jvm 1| 2018/12/13 17:32:55 | WARN |

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

Re: Create connection factory even when broker is down

2018-12-14 Thread Tim Bain
Your use of maxReconnectAttempts=2 seems inconsistent with your stated goal of being able to connect to a broker that's not available when the connection factory is created. What are you trying to accomplish with that setting, and if you remove it do you get the expected behavior? Tim On Fri, Dec

Re: Create connection factory even when broker is down

2018-12-14 Thread Timothy Bish
On 12/14/18 4:54 AM, BlueSpirit wrote: TL;DR I would like to instantiate the connection factory even when the broker is down. How should I achieve this? I am creating a ActiveMQConnectionFactory using the following URL: failover:(tcp://localhost:61616)?jms.warnAboutUnstartedConnectionTimeout=300

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

Create connection factory even when broker is down

2018-12-14 Thread BlueSpirit
TL;DR I would like to instantiate the connection factory even when the broker is down. How should I achieve this? I am creating a ActiveMQConnectionFactory using the following URL: failover:(tcp://localhost:61616)?jms.warnAboutUnstartedConnectionTimeout=3&initialReconnectDelay=2000&maxReconnec