[GitHub] activemq-6 pull request: License updates including Base64 and JSON...

2015-03-16 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-6/pull/186#discussion_r26487547 --- Diff: LICENSE --- @@ -200,3 +200,37 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License

[GitHub] activemq-6 pull request: update command to build a distribution wi...

2015-03-12 Thread gemmellr
Github user gemmellr closed the pull request at: https://github.com/apache/activemq-6/pull/175 --- 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

[GitHub] activemq-6 pull request: update command to build a distribution wi...

2015-03-12 Thread gemmellr
GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-6/pull/175 update command to build a distribution without having gitbook installed You can merge this pull request into a Git repository by running: $ git pull https://github.com/gemmellr/activemq

[GitHub] activemq-6 pull request: ACTIVEMQ6-55: prevent NPE when closing a ...

2015-03-12 Thread gemmellr
GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-6/pull/176 ACTIVEMQ6-55: prevent NPE when closing a link with no context You can merge this pull request into a Git repository by running: $ git pull https://github.com/gemmellr/activemq-6

[GitHub] activemq-artemis pull request: Upgrade to proton 0.9.1 and fix the...

2015-05-03 Thread gemmellr
GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-artemis/pull/219 Upgrade to proton 0.9.1 and fix the build #218 broke the build, needed a couple of fixes to the distribution module to account for the reduced offset. #217 upgraded the main

[GitHub] activemq-artemis pull request: Upgrade to proton 0.9.1 and fix the...

2015-05-03 Thread gemmellr
Github user gemmellr commented on the pull request: https://github.com/apache/activemq-artemis/pull/219#issuecomment-98494023 I just rebased since @clebertsuconic fixed the build while I was running the tests and typing my PR comments ;) --- If your project is set up for it, you can

[GitHub] activemq-artemis pull request: Fix MQTT build

2015-07-22 Thread gemmellr
Github user gemmellr commented on the pull request: https://github.com/apache/activemq-artemis/pull/88#issuecomment-123631457 I'd suggest using the ConcurrentMap interface for the declarations rather than using the ConcurrentHashMap type directly, otherwise you can introduce

[GitHub] activemq-artemis pull request: ARTEMIS-398 - AMQP protocol idle ti...

2016-02-15 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/390#discussion_r52922134 --- Diff: artemis-protocols/artemis-proton-plug/src/main/java/org/proton/plug/context/AbstractConnectionContext.java --- @@ -40,28 +44,32

[GitHub] activemq-artemis pull request #690: Amqp hard soft limits

2016-08-03 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/690#discussion_r73322300 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/proton/plug

[GitHub] activemq-artemis issue #637: NO-JIRA - Fix mismatched signatures in activemq...

2016-07-15 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/637 I've got no idea about the change itself, but I noticed the 'NO-JIRA' flag. I'd say this really should have a JIRA (as most things should), and in this case it would be the same one used

[GitHub] activemq-artemis pull request #690: Amqp hard soft limits

2016-08-03 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/690#discussion_r73343218 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/proton/plug

[GitHub] activemq-artemis issue #983: ARTEMIS-936 - make amqp transformers configurab...

2017-02-02 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/983 The new documentation seems a little confusing given all the mentions of JMS, which is often only indirectly related to what the transformers are doing, with cross-protocol conversion

[GitHub] activemq-artemis pull request #782: ARTEMIS-738 Improving TX support on AMQP

2016-09-20 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/782#discussion_r79623050 --- Diff: artemis-protocols/artemis-proton-plug/src/main/java/org/proton/plug/context/server/ProtonServerSessionContext.java --- @@ -60,6 +61,9

[GitHub] activemq-artemis issue #833: Change netty version to 4.1.5.Final

2016-10-10 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/833 Reverting the replacement of netty-codec-mqtt with netty-all (but keeping the version change) might work, as the individual netty-foo modules do have OSGi metadata, and that would

[GitHub] activemq-artemis issue #915: ARTEMIS-888 - AMQP headers arent always set

2016-12-14 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/915 Ideally a client would receive what it sends in most cases, though for the header there is scope for change given its a mutable section. The durability and priority wouldnt typically

[GitHub] activemq-artemis pull request #1140: ARTEMIS-1056 Better event processing

2017-03-28 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1140#discussion_r108396438 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/handler/ProtonHandler.java

[GitHub] activemq-artemis pull request #1140: ARTEMIS-1056 Better event processing

2017-03-28 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1140#discussion_r108398829 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/handler/ProtonHandler.java

[GitHub] activemq-artemis pull request #1138: ARTEMIS-1073 Adding configuration for P...

2017-03-28 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1138#discussion_r108394942 --- Diff: artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml --- @@ -61,10 +61,13 @@ ${ping

[GitHub] activemq-artemis pull request #1138: ARTEMIS-1073 Adding configuration for P...

2017-03-28 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1138#discussion_r108394675 --- Diff: artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/amqp-acceptor.txt --- @@ -1,3 +1,3

[GitHub] activemq-artemis pull request #1140: ARTEMIS-1056 Better event processing

2017-03-28 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1140#discussion_r108422248 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/handler/ProtonHandler.java

[GitHub] activemq-artemis pull request #1158: ARTEMIS-1056 & another NO-JIRA fix

2017-03-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1158#discussion_r108929638 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContext.java

[GitHub] activemq-artemis pull request #1158: ARTEMIS-1056 & another NO-JIRA fix

2017-03-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1158#discussion_r108979183 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContext.java

[GitHub] activemq-artemis issue #1214: no jira - upgrade Jetty version

2017-04-19 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1214 Dependency changes really deserve a JIRA, like almost every code/behaviour related change. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] activemq-artemis issue #1272: ARTEMIS-1129: Client Dependencies

2017-05-17 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1272 @michaelandrepearce ah, well there you go, I wasn't aware of that...I guess some bits of netty I've not used needs those, or maybe they are actually shaded in the split modules to begin

[GitHub] activemq-artemis issue #1272: ARTEMIS-1129: Client Dependencies

2017-05-17 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1272 @michaelandrepearce Which is one reason I suggested having a specific client distribution, which would give what the JIRA requested, without involving maven. Shading can indeed have

[GitHub] activemq-artemis issue #1272: ARTEMIS-1129: Client Dependencies

2017-05-17 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1272 Would an alternative be just offering a separate client binary convenient download, rather than just the single all-inclusive archive? Or documenting a maven command to gather all

[GitHub] activemq-artemis issue #1316: ARTEMIS-1205: AMQP Shared Durable Subscriber i...

2017-06-09 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1316 Given that all the queues exist in the same ultimate namespace, there will obviously always be potential for collisions unless 'regular queues' had some name mangling applied too (which

[GitHub] activemq-artemis issue #1316: ARTEMIS-1205: AMQP Shared Durable Subscriber i...

2017-06-09 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1316 I seem to be the only one that considers the direct collision of simple 'regular queue' names and 'no-Client shared subscription backing queue' names to be an issue. If everyone else

[GitHub] activemq-artemis issue #1321: ARTEMIS-1206 SetClientID from Core ConnectionF...

2017-06-07 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1321 I don't think Tim is saying its not valid so much as it is essentially just a client test in this situation (and one of several that could exist), with the brokers required AMQP

[GitHub] activemq-artemis issue #1316: ARTEMIS-1205: AMQP Shared Durable Subscriber i...

2017-06-08 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1316 The no-ClientID shared-subscription behaviour was indeed broken for AMQP JMS clients. Fixing that issue requires ensuring the container-id is not included in their backing queue name

[GitHub] activemq-artemis issue #1337: ARTEMIS-1205: AMQP Shared Durable Subscriber i...

2017-06-15 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1337 Looks good to me, but would be better if folks with more of a clue about the broker and its config etc gave things a look before they merge. @mtaylor, @jbertram ? --- If your project

[GitHub] activemq-artemis pull request #1337: ARTEMIS-1205: AMQP Shared Durable Subsc...

2017-06-13 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1337#discussion_r121737014 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java

[GitHub] activemq-artemis pull request #1337: ARTEMIS-1205: AMQP Shared Durable Subsc...

2017-06-13 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1337#discussion_r121734250 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/AMQPConnectionContext.java

[GitHub] activemq-artemis pull request #1337: ARTEMIS-1205: AMQP Shared Durable Subsc...

2017-06-13 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1337#discussion_r121737539 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpClientTestSupport.java --- @@ -155,6

[GitHub] activemq-artemis pull request #1337: ARTEMIS-1205: AMQP Shared Durable Subsc...

2017-06-13 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1337#discussion_r121735447 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java

[GitHub] activemq-artemis pull request #1337: ARTEMIS-1205: AMQP Shared Durable Subsc...

2017-06-13 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1337#discussion_r121733939 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/client/AMQPClientConnectionFactory.java

[GitHub] activemq-artemis pull request #1337: ARTEMIS-1205: AMQP Shared Durable Subsc...

2017-06-13 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1337#discussion_r121733233 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/api/config/ActiveMQDefaultConfiguration.java --- @@ -442,6 +442,8

[GitHub] activemq-artemis pull request #1337: ARTEMIS-1205: AMQP Shared Durable Subsc...

2017-06-14 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1337#discussion_r121920556 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java

[GitHub] activemq-artemis pull request #1337: ARTEMIS-1205: AMQP Shared Durable Subsc...

2017-06-14 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1337#discussion_r121921232 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java

[GitHub] activemq-artemis pull request #1337: ARTEMIS-1205: AMQP Shared Durable Subsc...

2017-06-14 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1337#discussion_r121922296 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpClientTestSupport.java --- @@ -74,6

[GitHub] activemq-artemis issue #1337: ARTEMIS-1205: AMQP Shared Durable Subscriber i...

2017-06-14 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1337 @michaelandrepearce > I assume you're happier with this approach then? can you confirm this? Yep, I did comment around this yesterday but I put it on the JIRA as thats wh

[GitHub] activemq-artemis pull request #1545: ARTEMIS-1432: update to qpid-jms 0.25.0...

2017-09-22 Thread gemmellr
GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-artemis/pull/1545 ARTEMIS-1432: update to qpid-jms 0.25.0 and proton-j 0.22.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gemmellr/activemq

[GitHub] activemq-artemis pull request #1548: ARTEMIS-1434: update handling of tick d...

2017-09-22 Thread gemmellr
GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-artemis/pull/1548 ARTEMIS-1434: update handling of tick deadline values - account for potential to be negative due to using nanoTime derived values - add some other edge case protections to avoid task

[GitHub] activemq-artemis issue #1590: ARTEMIS-1464 Fix Core to AMQP conversion Bytes...

2017-10-17 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1590 Using an AmqpValue section with Binary content is perfectly valid, and is what some other clients can prefer to do by default. The use of AmqpValue vs Data section shouldn't influence

[GitHub] activemq-artemis pull request #1590: ARTEMIS-1464 Fix Core to AMQP conversio...

2017-10-17 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1590#discussion_r145071633 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSMessageTypesTest.java --- @@ -158,11

[GitHub] activemq-artemis issue #1590: ARTEMIS-1464 Fix Core to AMQP conversion Bytes...

2017-10-17 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1590 ..and looks like you changed it while I was commenting as such ;) ---

[GitHub] activemq-artemis issue #1590: ARTEMIS-1464 Fix Core to AMQP conversion Bytes...

2017-10-17 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1590 The AMQP JMS mapping is in part around getting any different AMQP JMS implementations behaving consistently with each other, it could as easily say use amqp-value, or say use either

[GitHub] activemq-artemis pull request #1590: ARTEMIS-1464 Fix Core to AMQP conversio...

2017-10-17 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1590#discussion_r145081692 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSMessageTypesTest.java --- @@ -158,11

[GitHub] activemq-artemis issue #1518: ARTEMIS-1401 Numerical overflow fix when using...

2017-09-07 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1518 @franz1981 I don't think its actually strictly doing that, though the code it is calling can have that effect (see later), and the code calling the method the above line is from

[GitHub] activemq-artemis pull request #1551: NO-JIRA: update release guide to use di...

2017-09-25 Thread gemmellr
GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-artemis/pull/1551 NO-JIRA: update release guide to use dist dev repo Updates the release guide based on improvements discussion on the dev list around use of new helper script at https://dist.apache.org

[GitHub] activemq-artemis issue #1505: ARTEMIS-1383 Improved Priority queue

2017-09-04 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1505 @franz1981 its size is bounded by the amount of oustanding credit the consumer has, so its not going to grow much at all in the client context. ---

[GitHub] activemq-artemis issue #1505: ARTEMIS-1383 Improved Priority queue

2017-09-04 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1505 We use ArrayDeque in the Qpid JMS client, I think thats fine in its client-only context. ---

[GitHub] activemq-artemis issue #1534: ARTEMIS-1420 limit non-ssl connection hangs up...

2017-10-18 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1534 > "Connection readTimeout has occurred.", NETTY_READ_TIMEOUT = "read-timeout-seconds"; private int readTimeout; Would a more descript

[GitHub] activemq-artemis issue #1590: ARTEMIS-1464 Fix Core to AMQP conversion Bytes...

2017-10-19 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1590 I don't have any more comments but I was mainly reviewing from the AMQP handling perspective, I don't know enough about the Core bits usage to be comfortable about merging it myself

[GitHub] activemq-artemis pull request #1630: NO-JIRA updating release documentation

2017-11-03 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1630#discussion_r148774957 --- Diff: RELEASING.md --- @@ -93,11 +133,15 @@ scm.tag=1.4.0 ## Removing additional files -Note: There is one additional

[GitHub] activemq-artemis pull request #1630: NO-JIRA updating release documentation

2017-11-03 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1630#discussion_r148774726 --- Diff: RELEASING.md --- @@ -62,12 +86,26 @@ What is SCM release tag or label for "ActiveMQ Artemis Parent"? (org.apache.acti

[GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk...

2017-10-25 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146818341 --- Diff: docs/user-manual/en/kafka-bridges.md --- @@ -0,0 +1,180 @@ +# Apache ActiveMQ Kafka Bridge + +The function of a bridge

[GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk...

2017-10-25 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146830052 --- Diff: integration/activemq-kafka/activemq-kafka-bridge/src/main/java/org/apache/activemq/artemis/integration/kafka/bridge

[GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk...

2017-10-25 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146824495 --- Diff: docs/user-manual/en/kafka-bridges.md --- @@ -0,0 +1,180 @@ +# Apache ActiveMQ Kafka Bridge + +The function of a bridge

[GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk...

2017-10-25 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146822624 --- Diff: docs/user-manual/en/kafka-bridges.md --- @@ -0,0 +1,180 @@ +# Apache ActiveMQ Kafka Bridge + +The function of a bridge

[GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk...

2017-10-25 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146821726 --- Diff: docs/user-manual/en/kafka-bridges.md --- @@ -0,0 +1,180 @@ +# Apache ActiveMQ Kafka Bridge + +The function of a bridge

[GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk...

2017-10-25 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146821818 --- Diff: docs/user-manual/en/kafka-bridges.md --- @@ -0,0 +1,180 @@ +# Apache ActiveMQ Kafka Bridge + +The function of a bridge

[GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk...

2017-10-25 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146828027 --- Diff: integration/activemq-kafka/activemq-kafka-protocols/activemq-kafka-amqp-protocol/src/main/java/org/apache/activemq/artemis/integration

[GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk...

2017-10-25 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146817389 --- Diff: docs/user-manual/en/kafka-bridges.md --- @@ -0,0 +1,180 @@ +# Apache ActiveMQ Kafka Bridge + +The function of a bridge

[GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk...

2017-10-25 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146824362 --- Diff: docs/user-manual/en/kafka-bridges.md --- @@ -0,0 +1,180 @@ +# Apache ActiveMQ Kafka Bridge + +The function of a bridge

[GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk...

2017-10-25 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146825025 --- Diff: integration/activemq-kafka/activemq-kafka-bridge/src/main/java/org/apache/activemq/artemis/integration/kafka/bridge

[GitHub] activemq-artemis issue #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafka Bridg...

2017-10-24 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1607 @michaelandrepearce Ah, I missed the note while skimming. The methods will presumably be at package visibility in keeping with the fact they are not intended to be used outside

[GitHub] activemq-artemis issue #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafka Bridg...

2017-10-24 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1607 Skimming the code quickly, I had to do a double take on a couple of occasions, and had some related observations. There looked to be extensive use of implementation detail

[GitHub] activemq-artemis pull request #2084: ARTEMIS-1859 Adding testAnonymousProduc...

2018-05-11 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2084#discussion_r187566075 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSMessageProducerTest.java --- @@ -70,10

[GitHub] activemq-artemis pull request #2084: ARTEMIS-1859 Adding testAnonymousProduc...

2018-05-11 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2084#discussion_r187650767 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSMessageProducerTest.java --- @@ -70,10

[GitHub] activemq-artemis issue #2088: ARTEMIS-1862: fix 'amqpLowCredits' XML config,...

2018-05-11 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/2088 A separate change for later, but I think it would be nicer to remove the config from the XML by default as few will need/want to change it. ---

[GitHub] activemq-artemis issue #2088: ARTEMIS-1862: fix 'amqpLowCredits' XML config,...

2018-05-11 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/2088 The CI failure doesnt seem related ---

[GitHub] activemq-artemis pull request #2088: ARTEMIS-1862: fix 'amqpLowCredits' XML ...

2018-05-11 Thread gemmellr
GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-artemis/pull/2088 ARTEMIS-1862: fix 'amqpLowCredits' XML config, update code defaults More details at https://issues.apache.org/jira/browse/ARTEMIS-1862 You can merge this pull request into a Git

[GitHub] activemq-artemis issue #2088: ARTEMIS-1862: fix 'amqpLowCredits' XML config,...

2018-05-11 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/2088 @clebertsuconic I think having it configurable makes sense, but I think its mostly in the way being part of the default config. ---

[GitHub] activemq-artemis pull request #2147: ARTEMIS-1940: premature release of pool...

2018-06-18 Thread gemmellr
GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-artemis/pull/2147 ARTEMIS-1940: premature release of pooled buffers during send can cause AMQP connection failures See https://issues.apache.org/jira/browse/ARTEMIS-1940 for details. You can merge

[GitHub] activemq-artemis pull request #2144: ARTEMIS-1934: fix handling/accounting o...

2018-06-15 Thread gemmellr
GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-artemis/pull/2144 ARTEMIS-1934: fix handling/accounting of sent AMQP connection data Fix for https://issues.apache.org/jira/browse/ARTEMIS-1934 with some tests, plus improvements for the existing max

[GitHub] activemq-artemis pull request #2115: ARTEMIS-1858 Expiry messages are not tr...

2018-05-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r191921539 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/Message.java --- @@ -355,10 +355,27 @@ default Message

[GitHub] activemq-artemis pull request #2115: ARTEMIS-1858 Expiry messages are not tr...

2018-05-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r191922206 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java

[GitHub] activemq-artemis pull request #2115: ARTEMIS-1858 Expiry messages are not tr...

2018-05-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r191924187 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java

[GitHub] activemq-artemis pull request #2115: ARTEMIS-1858 Expiry messages are not tr...

2018-05-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r191721270 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/crossprotocol

[GitHub] activemq-artemis pull request #2115: ARTEMIS-1858 Expiry messages are not tr...

2018-05-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r191715800 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java

[GitHub] activemq-artemis pull request #2115: ARTEMIS-1858 Expiry messages are not tr...

2018-05-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r191680587 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/crossprotocol

[GitHub] activemq-artemis pull request #2115: ARTEMIS-1858 Expiry messages are not tr...

2018-05-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r191714303 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java

[GitHub] activemq-artemis issue #2113: [ARTEMIS-1890] Any-word wildcard fix

2018-05-29 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/2113 > So RH docs shouldnt influence the upstream/apache. On this specifically, the docs pointed to are for an implementation of the AMQP 0-x style topic binding syntax the Arte

[GitHub] activemq-artemis pull request #2115: ARTEMIS-1858 Expiry messages are not tr...

2018-05-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r19182 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java

[GitHub] activemq-artemis issue #2117: NO-JIRA update release instruction with git-re...

2018-06-01 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/2117 Looks good. Minor nit that I prefer numbered list entries don't all have "1." as the deliminator since it makes the raw file more awkward to read, but I also don't ca

[GitHub] activemq-artemis pull request #2115: ARTEMIS-1858 Expiry messages are not tr...

2018-05-30 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r191792711 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java

[GitHub] activemq-artemis issue #2152: ARTEMIS-1924 small tweaks on HeartBeat test

2018-06-20 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/2152 > with heart beats.. you won't this test.. as ping/pongs will disconnect the client. The idle-timeout stuff defaults to killing after 60 seconds, which the test doesnt e

[GitHub] activemq-artemis pull request #1601: ARTEMIS-1472 - PN_TRACE_FRM as System.o...

2017-10-20 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1601#discussion_r145906975 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/handler/Events.java

[GitHub] activemq-artemis pull request #1601: ARTEMIS-1472 - PN_TRACE_FRM as System.o...

2017-10-20 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1601#discussion_r145907083 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/handler/ProtonHandler.java

[GitHub] activemq-artemis pull request #1601: ARTEMIS-1472 - PN_TRACE_FRM as System.o...

2017-10-20 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1601#discussion_r145906703 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/AMQPConnectionContext.java

[GitHub] activemq-artemis pull request #1601: ARTEMIS-1472 - PN_TRACE_FRM as System.o...

2017-10-20 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1601#discussion_r145910546 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/AMQPConnectionContext.java

[GitHub] activemq-artemis issue #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafka Bridg...

2017-10-26 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/1607 I don't think that makes sense personally. If the end view is that it should be maintained outwith the broker repo/distribution, that is where it should go from the outset

[GitHub] activemq-artemis pull request #1601: ARTEMIS-1472 - PN_TRACE_FRM as System.o...

2017-10-20 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1601#discussion_r145959626 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/handler/ProtonHandler.java

[GitHub] activemq-artemis pull request #1881: ARTEMIS-1684 fail build for failed 'fas...

2018-02-20 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1881#discussion_r169394169 --- Diff: artemis-commons/src/test/java/org/apache/activemq/artemis/utils/NetworkHealthTest.java --- @@ -179,6 +182,7 @@ private void doCheck

[GitHub] activemq-artemis issue #2152: ARTEMIS-1924 small tweaks on HeartBeat test

2018-06-20 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/2152 To me it seemed more about cleaning up the client regardless of idle-timeout, and that it should do exactly the same if idle-timeout handling is enabled or if it wasn't using AMQP at all. ---

[GitHub] activemq-artemis issue #2152: ARTEMIS-1924 small tweaks on HeartBeat test

2018-06-20 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/2152 (I still don't think it should be in that class though per #2149 comments...but the test itself looks good now) ---

[GitHub] activemq-artemis pull request #2152: ARTEMIS-1924 small tweaks on HeartBeat ...

2018-06-20 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2152#discussion_r196818582 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java --- @@ -137,18

[GitHub] activemq-artemis issue #2152: ARTEMIS-1924 small tweaks on HeartBeat test

2018-06-20 Thread gemmellr
Github user gemmellr commented on the issue: https://github.com/apache/activemq-artemis/pull/2152 Looks good ---

[GitHub] activemq-artemis pull request #2149: ARTEMIS-1924 Test consumer cleanup afte...

2018-06-20 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2149#discussion_r196814636 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java --- @@ -80,4 +88,68

  1   2   >