[GitHub] activemq-artemis issue #1684: ARTEMIS-1498: Openwire internal headers should...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1684 @RaiSaurabh this isn't what was quite meant, the idea of implementing Message is to avoid conversion, so it only needs to convert if cross protocol on consume. You have only ext

[GitHub] activemq-artemis issue #1684: ARTEMIS-1498: Openwire internal headers should...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1684 e.g. ``` public class OpenwireMessage extends RefCountMessage { org.apache.activemq.command.Message message; public OpenwireMessage(org.ap

[GitHub] activemq-artemis issue #1684: ARTEMIS-1498: Openwire internal headers should...

2017-12-18 Thread RaiSaurabh
Github user RaiSaurabh commented on the issue: https://github.com/apache/activemq-artemis/pull/1684 @michaelandrepearce Thanks, I got the context now will try to update the code and test. ---

[GitHub] activemq-artemis pull request #1724: NO-JIRA Add openwire temp queue cluster...

2017-12-18 Thread gaohoward
GitHub user gaohoward opened a pull request: https://github.com/apache/activemq-artemis/pull/1724 NO-JIRA Add openwire temp queue cluster test The test makes sure temp queue from openwire works in a clustered environment. You can merge this pull request into a Git repository by

[GitHub] activemq-artemis issue #1719: ARTEMIS-1543 Fix Quorum Vote with remain live ...

2017-12-18 Thread andytaylor
Github user andytaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/1719 looks good will merge ---

[GitHub] activemq-artemis pull request #1719: ARTEMIS-1543 Fix Quorum Vote with remai...

2017-12-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1719 ---

[GitHub] activemq-artemis issue #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support JMS 2....

2017-12-18 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/1722 @michaelandrepearce In general I think this looks good. The only thing I am not seeing here is backwards compat between the new client and an old server. There are two ways you

[GitHub] activemq-artemis issue #1723: ARTEMIS-1463 Fix broker's mBean domain name

2017-12-18 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/1723 @jdanekrh There are still a couple of example using the old name, I will fix up and merge. Cheers ---

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157459675 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/Packet.java --- @@ -42,6 +42,21 @@ default int expec

[GitHub] activemq-artemis issue #1723: ARTEMIS-1463 Fix broker's mBean domain name

2017-12-18 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/1723 Forget that last comment. My environment was dirty. Merging as it is. ---

[GitHub] activemq-artemis pull request #1723: ARTEMIS-1463 Fix broker's mBean domain ...

2017-12-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1723 ---

[GitHub] activemq-artemis issue #1720: ARTEMIS-1562 convert doc in slow-consumer exam...

2017-12-18 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/1720 @pgfox This wasn't your fault. I merged your work Pat, then Justin's right after, (reviewing them seperately) not realising that Justin's MD changes didn't (couldn't have) included your e

[GitHub] activemq-artemis pull request #1720: ARTEMIS-1562 convert doc in slow-consum...

2017-12-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1720 ---

[GitHub] activemq-artemis pull request #1725: ARTEMIS-1329 testNoLocalReconnect was f...

2017-12-18 Thread stanlyDoge
GitHub user stanlyDoge opened a pull request: https://github.com/apache/activemq-artemis/pull/1725 ARTEMIS-1329 testNoLocalReconnect was failing with OpenWire protocol Can anybody review this? This fixes the issue, but I find it weird to assign client ID to CID (connection ID) prope

[GitHub] activemq-artemis issue #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support JMS 2....

2017-12-18 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1722 I would like to see a compatibility test added on the testsuite I’m working on. I can help with that. ---

[GitHub] activemq-artemis pull request #1644: ARTEMIS-1503 Added ng-grid plugin

2017-12-18 Thread stanlyDoge
Github user stanlyDoge closed the pull request at: https://github.com/apache/activemq-artemis/pull/1644 ---

[GitHub] activemq-artemis issue #1644: ARTEMIS-1503 Added ng-grid plugin

2017-12-18 Thread stanlyDoge
Github user stanlyDoge commented on the issue: https://github.com/apache/activemq-artemis/pull/1644 This has been fixed via another PR. Closing. ---

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157483149 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ResponseCache.java --- @@ -0,0 +1,85 @@ +/*

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157484426 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ResponseCache.java --- @@ -0,0 +1,85 @@ +/*

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157484631 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ResponseCache.java --- @@ -0,0 +1,85 @@ +/*

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157484746 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/Packet.java --- @@ -42,6 +42,21 @@ default

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157485298 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/protocol/ServerPacketDecoder.java --- @@ -115,6 +123,8 @@ public Packet

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157485654 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ResponseCache.java --- @@ -0,0 +1,85 @

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157486228 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/protocol/ServerPacketDecoder.java --- @@ -115,6 +123,8 @@ publ

[GitHub] activemq-artemis issue #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support JMS 2....

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1722 @mtaylor i was thinking on option 2, because i didn't know i could safely do option 1, are you confirming it would be safe to do that then? If so Bingo, I'm doing option 1 :)

[GitHub] activemq-artemis issue #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support JMS 2....

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1722 @clebertsuconic agreed, need some more tests, i was waiting a little like @mtaylor and yourself have said for you're PR to merge first, as ill have some conflicts ill need to so

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157487888 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/protocol/ServerPacketDecoder.java --- @@ -115,6 +123,8 @@ public P

[GitHub] activemq-artemis issue #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support JMS 2....

2017-12-18 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/1722 1. Should be fine. Just add an if when you're decoding to check that there's data on the buffer when you're decoding. If yes, try to decode the rest, if not then set the defaults. I've

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157488380 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/protocol/ServerPacketDecoder.java --- @@ -115,6 +123,8 @@ publ

[GitHub] activemq-artemis pull request #1722: (WIP DO NOT MERGE) ARTEMIS-1545 Support...

2017-12-18 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1722#discussion_r157496805 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ResponseCache.java --- @@ -0,0 +1,85 @@ +/*

Re: [VOTE] Make Apollo Read Only and deprecate it

2017-12-18 Thread Richard Kettelerij
+1 (non-binding) On Fri, Dec 15, 2017 at 4:24 PM, Matt Pavlovich wrote: > +1 for updating the website to communicate to users that Apollo is no > longer in active development. > > +1 for going ahead and making repo read-only. If on-going interest in > making changes arises, it could start out as

RESULT: [VOTE] Make Apollo Read Only and deprecate it

2017-12-18 Thread Clebert Suconic
+5 Binding votes (Arthur, Bruce, Clebert, Martyn, Christian Shannon) +4 Non Binding votes (Francois, Howard, Matt Pavlovich, Richard Kettelerj) Before sending this Vote, I also had positive feedback from PMC about this move. so, I'm confident this is approved by the PMC and Community. We shoul

[GitHub] activemq-web pull request #1: Auto Generated MD files

2017-12-18 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-web/pull/1 Auto Generated MD files You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelandrepearce/activemq-web md Alternatively you can

Re: Thoughts on refactoring the ActiveMQ website

2017-12-18 Thread Michael André Pearce
I’ve had some luck auto generating MD files. Needs some cleanup which probably the worst can be bash scripted. Have sent a PR back to the activemq-web on github for others to see. Mike Sent from my iPhone > On 14 Dec 2017, at 16:31, Bruce Snyder wrote: > > Thanks, Dan. So far I only see the

[GitHub] activemq-web issue #1: Auto Generated MD files

2017-12-18 Thread bsnyder
Github user bsnyder commented on the issue: https://github.com/apache/activemq-web/pull/1 This conversion looks pretty good for the most part. We will still need to manually rebuild any valid tables. ---

Re: Thoughts on refactoring the ActiveMQ website

2017-12-18 Thread Bruce Snyder
Nice job, based on my spot check of a handful of files, it looks much better. But we will still need to manually fix all the valid tables. Have you had a chance to look at the other branches that Dan Kulp provided? Bruce On Mon, Dec 18, 2017 at 10:59 AM, Michael André Pearce < michael.andre.pea.

Re: Thoughts on refactoring the ActiveMQ website

2017-12-18 Thread Michael André Pearce
Yeah, unfortunately the tool i found wanted just html it blew up when trying to use modified. Like wise there was a couple of pages it couldn’t convert due to a css file on import issue but this wasn’t that many. Sent from my iPhone > On 18 Dec 2017, at 19:15, Bruce Snyder wrote: > > Nice jo

[GitHub] activemq-web pull request #2: Md cleanup

2017-12-18 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-web/pull/2 Md cleanup with some manual bash script cleanup (e.g. remove repeated nav, footers etc that should be outside the md files in new site setup. You can merge this pull request into a

[GitHub] activemq pull request #226: Javadoc typo fix and cleanup

2017-12-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/226 ---

[DISCUSS] Compatibility tests

2017-12-18 Thread Clebert Suconic
I'm adding a new testsuite in Artemis, to validate compatibility between versions. this is using a maven plugin I had written some time ago, that will scan dependencies, generating a classpath. This maven plugin can also accept the repository urls.. so you can tweak it a little bit. The testsuit

Re: [DISCUSS] Video call on ActiveMQ Artemis

2017-12-18 Thread Clebert Suconic
I got so deeply involved with the compatibility issue I was working on.. and the year is already gone for me... I will try this around 2nd week of Jan. On Fri, Dec 8, 2017 at 3:30 AM, Francesco Nigro wrote: > +1 I've had something similar with Clebert in the past and it was very > useful indeed

[GitHub] activemq-artemis pull request #1713: fixing compatibility issues + testsuite...

2017-12-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1713 ---

[GitHub] activemq-artemis issue #1659: ARTEMIS-1516 - Ensure JNDI via Tomcat Resource...

2017-12-18 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1659 @michaelandrepearce perhaps we could add a wrapper for tomcat.. SerialWrapper... so we could add the wrapper on the context.xml instead of the connectionFactory and use read and wri

[GitHub] activemq-artemis issue #1659: ARTEMIS-1516 - Ensure JNDI via Tomcat Resource...

2017-12-18 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1659 @michaelandrepearce I just added the testsuite I was after... And as I suspected.. it breaks the serialization wire compatibility. Isn't there a way we could us

[GitHub] activemq-artemis pull request #1725: ARTEMIS-1329 testNoLocalReconnect was f...

2017-12-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1725 ---

[GitHub] activemq-artemis pull request #1712: [DOC] add section on migrating virtual ...

2017-12-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1712 ---

[GitHub] activemq-artemis issue #1697: ARTEMIS-1341 fix getBytes

2017-12-18 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1697 @stanlyDoge I believe this is breaking the compatiblity testsuite I just added... I'm glad I did :) ---

[GitHub] activemq-artemis issue #1697: ARTEMIS-1341 fix getBytes

2017-12-18 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1697 @stanlyDoge actually.. my bad.. I had something wrong... At least I'm watching it ! :) ---

[GitHub] activemq-artemis pull request #1697: ARTEMIS-1341 fix getBytes

2017-12-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1697 ---

[GitHub] activemq-artemis issue #1659: ARTEMIS-1516 - Ensure JNDI via Tomcat Resource...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1659 The point here is to be inline with 5.x implementation to make migration for users seemless as possible. This shouldn’t break any compatibility if it does let me know

[GitHub] activemq-artemis issue #1659: ARTEMIS-1516 - Ensure JNDI via Tomcat Resource...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1659 Can we merge this it has been some time now? ---

[GitHub] activemq pull request #228: [AMQ-6601] AMQ with master and slave broker, shu...

2017-12-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/228 ---

[GitHub] activemq-artemis issue #1659: ARTEMIS-1516 - Ensure JNDI via Tomcat Resource...

2017-12-18 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1659 @michaelandrepearce a connection factory serialized with 1.4 won't open with master. Wires are not compatible. I know for instance that Wildfly uses that... So, per

[GitHub] activemq-artemis issue #1659: ARTEMIS-1516 - Ensure JNDI via Tomcat Resource...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1659 @clebertsuconic so i run this, but even on master at your last merge (e.g. none of these changes) i get 15 errors in mesh test. ---

[GitHub] activemq-artemis issue #1659: ARTEMIS-1516 - Ensure JNDI via Tomcat Resource...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1659 @clebertsuconic just pushed with fixes, as noted i locally get 15 errors with your new mesh test, but i also get this with master at point of your merge. Serialisation tests pas

[GitHub] activemq-artemis issue #1659: ARTEMIS-1516 - Ensure JNDI via Tomcat Resource...

2017-12-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1659 just looking at jenkins, seems https://builds.apache.org/job/ActiveMQ-Artemis-PR-Build/4638/ it also failing on same mesh tests, so I'm ignoring that for now. ---