ActiveMQ and Consul

2016-10-31 Thread Antoine Toulme
Hello all, I played with Consul and ActiveMQ to create a dynamic cluster, using a mesh of networks. This is a proof of concept, just to show it’s possible. I hope this helps others. Cheers, Antoine

Re: Many old open PRs

2016-10-31 Thread Jean-Baptiste Onofré
Hi Hadrian, Please, let me know if you need some help there. Regards JB On 11/01/2016 02:12 AM, Hadrian Zbarcea wrote: Started to look into old PRs, some should not be merged. I'll see if I could sort it out with infra to get them closed without a commit, although imho, a commit like "This clo

Re: Many old open PRs

2016-10-31 Thread Hadrian Zbarcea
Started to look into old PRs, some should not be merged. I'll see if I could sort it out with infra to get them closed without a commit, although imho, a commit like "This closes #xxx. Intentionally not merged" is better, as it would show that the close without merge was intentional. Another

Re: ActiveMQ Artemis - Replacing Airline CLI?

2016-10-31 Thread Clebert Suconic
> I would like to have some of the open issues of airline in our cli Like what? We have any issues we opened against airline?

Re: ActiveMQ Artemis - Replacing Airline CLI?

2016-10-31 Thread Bennet Schulz
Well.. let’s stay with airline if you don’t see any upcoming problems with the dead looking airline project. I would like to have some of the open issues of airline in our cli, but it’s more a nice to have and no showstopper. > On 31 Oct 2016, at 20:51, Clebert Suconic wrote: > > it would need

[GitHub] activemq-artemis pull request #872: A few fixes before the release around jo...

2016-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/872 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

Re: ActiveMQ Artemis - Replacing Airline CLI?

2016-10-31 Thread Clebert Suconic
it would need some heavy refactoring... it's not a direct replacement. Airline supports commands and parameters... That way you can add a bunch of classes, and airline could figure out between: ./artemis data ./artemis run... etc... JComander from what I just looked it only supports the parame

[GitHub] activemq-artemis pull request #872: A few fixes before the release around jo...

2016-10-31 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/872#discussion_r85811440 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/OrderedExecutorFactory.java --- @@ -104,7 +103,7 @@ public void ru

[GitHub] activemq-artemis pull request #872: A few fixes before the release around jo...

2016-10-31 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/872#discussion_r85810957 --- Diff: artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java --- @@ -724,94 +731,86 @@ public void appen

[GitHub] activemq-artemis pull request #872: A few fixes before the release around jo...

2016-10-31 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/872#discussion_r85810848 --- Diff: artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java --- @@ -688,32 +690,37 @@ public void appen

Re: ActiveMQ Artemis - Replacing Airline CLI?

2016-10-31 Thread Christopher Shannon
JCommander would be a good alternative but not sure we'd gain much by switching if airline works for now. On Mon, Oct 31, 2016 at 12:04 PM, Clebert Suconic wrote: > It's something simple that does the job we need.. but if anyone have > any suggestion? > > On Mon, Oct 31, 2016 at 11:50 AM, Bennet

[GitHub] activemq pull request #207: https://issues.apache.org/jira/browse/AMQ-6489

2016-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/207 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] activemq pull request #207: https://issues.apache.org/jira/browse/AMQ-6489

2016-10-31 Thread bloommi
GitHub user bloommi opened a pull request: https://github.com/apache/activemq/pull/207 https://issues.apache.org/jira/browse/AMQ-6489 Add support for SSL configurations using JNDI. You can merge this pull request into a Git repository by running: $ git pull https://github.com/b

Re: ActiveMQ Artemis - Replacing Airline CLI?

2016-10-31 Thread Clebert Suconic
It's something simple that does the job we need.. but if anyone have any suggestion? On Mon, Oct 31, 2016 at 11:50 AM, Bennet Schulz wrote: > Hi there, > > I just took a look at the airline project on github: > https://github.com/airlift/airline and > it see

ActiveMQ Artemis - Replacing Airline CLI?

2016-10-31 Thread Bennet Schulz
Hi there, I just took a look at the airline project on github: https://github.com/airlift/airline and it seems to be dead. The last commit was in October the 11th in 2015 and there are lots of open and unanswered pull requests and issues. Is it a good idea t

[GitHub] activemq-artemis issue #872: A few fixes before the release around journal /...

2016-10-31 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/872 This is ready to be merged now... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this f

[GitHub] activemq-artemis pull request #876: ARTEMIS-814: Refactor client connection ...

2016-10-31 Thread lulf
GitHub user lulf opened a pull request: https://github.com/apache/activemq-artemis/pull/876 ARTEMIS-814: Refactor client connection and allow adding custom event handlers @mtaylor This includes the refactoring and two important additions: * addEventHandler method on AMQPCon