How to access slack?

2019-06-26 Thread brusdev
I read: "You can find many ActiveMQ developers and users in IRC and/or Slack" on page https://activemq.apache.org/contact/#chat but I haven't an account @apache.org. Is there an alternative way to access slack? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

[DISCUSS] Deprecating or removing the parameter failoverOnInitialConnection

2019-10-07 Thread brusdev
Te parameter failoverOnInitialConnection wouldn't seem be used and I can't understand the sense of this parameter because the failover will not occur if the client fails to make an initial connection to the live server (https://activemq.apache.org/components/artemis/documentation/latest/ha.html#fai

Re: [DISCUSS] Deprecating or removing the parameter failoverOnInitialConnection

2019-10-19 Thread brusdev
I created the PR https://github.com/apache/activemq-artemis/pull/2866 to deprecate the parameter failoverOnInitialConnection. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

[DISCUSS] Disable hawtio proxy servlet

2020-02-18 Thread brusdev
Hawtio is an awesome management tool for Java and JVM applications built on top of JMX. It comes with a proxy servlet so you can connect to all remote nodes in the whitelist (the whitelist is configured via the hawtio.proxyWhitelist system property). Currently, Artemis uses hawtio 1.5.12 and by de

Re: [DISCUSS] Disable hawtio proxy servlet

2020-03-18 Thread brusdev
Since nobody is against, I'm going to disable hawtio proxy servlet. In the current version of hawtio doesn't exist a property to disable the proxy servlet, so I would substitute web.xml[1] to remove the proxy servlet. What are your thoughts? Domenico [1] https://github.com/hawtio/hawtio/blob/1.x

Re: NO-JIRA

2020-04-05 Thread brusdev
Hi Micheal, I think writing this definition in the documentation, could help the contributors to create better commit messages: https://issues.apache.org/jira/browse/ARTEMIS-2694 https://github.com/apache/activemq-artemis/pull/3064 Regards, Domenico -- Sent from: http://activemq.2283324.n4.nab

Re: [HEADS UP] ActiveMQ Artemis 2.12 release on April 13th and May 4th

2020-04-08 Thread brusdev
Hi Micheal, I have successfully built the current master on Windows 10 with the following environment: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T20:33:14+02:00) Maven home: C:\Program Files\apache-maven-3.5.4\bin\.. Java version: 1.8.0_231, vendor: Oracle Corporatio

Re: [HEADS UP] ActiveMQ Artemis 2.12 release on April 13th and May 4th

2020-04-08 Thread brusdev
emis-mqtt-protocol --- [INFO] Surefire report directory: C:\Users\bruscinodf\Workspace\brusdev\activemq-artemis\artemis-protocols\artemis-mqtt-protocol\target\surefire-reports [WARNING] The system property basedir is configured twice! The property appears in and any of , or user p

Re: MQTT consumers in Artemis

2020-04-09 Thread brusdev
Hi Brian, Please direct support questions to the ActiveMQ Users mailing list as this list if for discussion of development of the broker itself. Regards, Domenico -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

[DISCUSS] Connect Artemis CLI to the relative instance

2020-04-15 Thread brusdev
Artemis CLI accesses to the port of the broker through core protocol for many commands. However, when several brokers are installed on a single machine, all the installed `artemis` command for each broker operate only one broker that have `tcp://localhost:61616` by default. This behavior is difficu

Re: [DISCUSS] Connect Artemis CLI to the relative instance

2020-04-18 Thread brusdev
I created a JIRA to read the default CLI connector from the related broker, as suggested by Clebert: https://issues.apache.org/jira/browse/ARTEMIS-2723 Domenico -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

Re: [VOTE] Apache ActiveMQ Artemis 2.12.0 release

2020-04-18 Thread brusdev
Maybe a minor regression on the setting `auto-delete-created-queues`. I created the JIRA ARTEMIS-2724[1] and the PR #3093 to fix the issue. [1] https://issues.apache.org/jira/browse/ARTEMIS-2724 [2] https://github.com/apache/activemq-artemis/pull/3093 Regards, Domenico -- Sent from: http://act

Re: [VOTE] Apache ActiveMQ Artemis 2.12.0 release

2020-04-18 Thread brusdev
Yes, I see your point +1 Regards, Domenico -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

Re: [VOTE] Apache ActiveMQ Artemis 2.12.0 RC2

2020-04-24 Thread brusdev
+1 -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

Re: Error Files was unexpected at this time. starting Activemq

2020-04-30 Thread brusdev
Please direct support questions to the ActiveMQ Users mailing list as this list is for discussion of development of the broker itself. Anyway this issue could be caused by a wrong value of the `JAVA_HOME` environment variable.Try the command `echo %JAVA_HOME%` and check the output. It should not i

Re: [DISCUSS] Artemis health check tool (ARTEMIS-2739)

2020-05-05 Thread brusdev
Hi Gary and Justin, thanksĀ for your suggestions. I created the PR #3118[1] to add the new command `check` to the Command Line utility. This command exposes some checks for nodes and queues using the management API for most of them. The checks have been implemented to be modular. Each user can comp

Re: [VOTE] Apache ActiveMQ Artemis 2.13.0

2020-05-18 Thread brusdev
+1 Regards, Domenico -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html