[GitHub] activemq-artemis issue #1983: ARTEMIS-1749 - Fixes the ssl-enabled-crl-mqtt

2018-04-06 Thread ingo1121
Github user ingo1121 commented on the issue: https://github.com/apache/activemq-artemis/pull/1983 Hi! Sorry for the mess with the git tree! I have some question, though: 1. What is your normal build procedure? On my fork, I’ve made a

[GitHub] activemq-artemis pull request #1975: [ARTEMIS-1761] Log warning if cluster i...

2018-04-06 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1975#discussion_r179841255 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/BridgeImpl.java --- @@ -930,9 +930,7 @@ protec

[GitHub] activemq-artemis issue #1983: ARTEMIS-1749 - Fixes the ssl-enabled-crl-mqtt

2018-04-06 Thread ingo1121
Github user ingo1121 commented on the issue: https://github.com/apache/activemq-artemis/pull/1983 Been absent on vacation. Back now. Sorry if i messed up the revision-tree! Anyway, now the examples in Windows is, is far as I can judge, consistent with examples on RHEL7. --

[GitHub] activemq-artemis issue #1994: ARTEMIS-1787 Openwire message should not conta...

2018-04-06 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1994 same thing I asked on the JIRA. Why it shouldn't? why only on noLocal? trying to get some context on the why it should not be included... it would be nice to in

[GitHub] activemq-artemis pull request #1998: ARTEMIS-1701 strip zone id from IPv6 ho...

2018-04-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1998 ---

[GitHub] activemq-artemis pull request #1996: ARTEMIS-1776 Blocked Bridge is not resu...

2018-04-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1996 ---

[GitHub] activemq-artemis pull request #1998: ARTEMIS-1701 strip zone id from IPv6 ho...

2018-04-06 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1998 ARTEMIS-1701 strip zone id from IPv6 host You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1701 Al

[GitHub] activemq-artemis issue #1997: ARTEMIS-1653 Allow database tables to be creat...

2018-04-06 Thread franz1981
Github user franz1981 commented on the issue: https://github.com/apache/activemq-artemis/pull/1997 @clebertsuconic @nlippke I know that the failing COUNT sounds weird, but it is quite simple to be reproduced with DB2 through the test attached :+1: ---

[GitHub] activemq-artemis pull request #1997: ARTEMIS-1653 Allow database tables to b...

2018-04-06 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/1997 ARTEMIS-1653 Allow database tables to be created externally The previous commit about this feature wasn't using the row count query ResultSet. The mechanics has been changed to a

[GitHub] activemq-artemis pull request #1996: ARTEMIS-1776 Blocked Bridge is not resu...

2018-04-06 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/1996 ARTEMIS-1776 Blocked Bridge is not resuming after reconnect This is still part of ARTEMIS-1776 fix, which still part of the same release as we are on now. Hence I'm not opening

Re: How is proton-j used?

2018-04-06 Thread Justin Bertram
Proton-J is used to support the AMQP protocol. If you don't have any need for AMQP support then I think you'll be safe removing it. Also, this question should have gone to the "user" list. Justin On Fri, Apr 6, 2018 at 8:22 AM, William Hodges wrote: > Hello all, > > I tried to post this messa

How is proton-j used?

2018-04-06 Thread William Hodges
Hello all, I tried to post this message on the forum but I got a reply that it was not delivered. Hopefully, this will reach the mailing list. I need to remove the proton-j jar in the lib/optional/ directory but I'm not sure how that will affect ActiveMQ. My testing after removing the jar has

How is proton-j used?

2018-04-06 Thread wihodg
I'm need to remove the proton-j jar in the lib/optional/ directory but I'm not sure how that will affect ActiveMQ. My testing after removing the jar has been successful but I'm worried there are certain use-cases that will break it. How is the proton-j jar being used by ActiveMQ? Under what circum