[GitHub] activemq-artemis pull request #2430: ARTEMIS-2174 Broker reconnect cause OOM...

2018-11-14 Thread gaohoward
GitHub user gaohoward opened a pull request: https://github.com/apache/activemq-artemis/pull/2430 ARTEMIS-2174 Broker reconnect cause OOM with scale down When a node tries to reconnects to another node in a scale down cluster, the reconnect request gets denied by the other node

[GitHub] activemq-artemis pull request #2417: ARTEMIS-2108 fix another potential Stac...

2018-11-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2417 ---

[GitHub] activemq-artemis pull request #2429: Fix minor leak in FileMoveManagerTest

2018-11-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2429 ---

[GitHub] activemq-artemis pull request #2429: Fix minor leak in FileMoveManagerTest

2018-11-13 Thread frohwerk
GitHub user frohwerk opened a pull request: https://github.com/apache/activemq-artemis/pull/2429 Fix minor leak in FileMoveManagerTest Not closing the InputStream makes this test flaky on Windows. The test breaks because [FileMoveManager::delete(java.io.File) Line

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-13 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r233205369 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java --- @@ -318,6 +320,33 @@ public

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-13 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r233197359 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java --- @@ -318,6 +313,46 @@

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-13 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r233197168 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java --- @@ -318,6 +313,46 @@

[GitHub] activemq-artemis pull request #2428: [ARTEMIS-2175] Duplicate messages when ...

2018-11-13 Thread iweiss
GitHub user iweiss opened a pull request: https://github.com/apache/activemq-artemis/pull/2428 [ARTEMIS-2175] Duplicate messages when JMS bridge is stopped and restarted Issue: https://issues.apache.org/jira/browse/ARTEMIS-2175 You can merge this pull request into a Git repository

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-12 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r232758121 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java --- @@ -318,6 +320,33 @@ public

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-12 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r232654687 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java --- @@ -318,6 +320,33 @@

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-12 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r232590511 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java --- @@ -318,6 +320,33 @@ public

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-12 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r232560925 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java --- @@ -318,6 +320,33 @@ public

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-11 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r232558150 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java --- @@ -318,6 +320,33 @@

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-11 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r232498771 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java --- @@ -318,6 +320,33 @@ public

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-11 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r232491039 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java --- @@ -803,52 +802,45 @@

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-11 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r232490920 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java --- @@ -318,6 +320,33 @@

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-11 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r232491023 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java --- @@ -803,52 +802,45 @@

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-11 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2427#discussion_r232491068 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java --- @@ -887,55 +876,48 @@

[GitHub] activemq-artemis pull request #2427: ARTEMIS-2170 Optimized CoreMessage's ch...

2018-11-11 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/2427 ARTEMIS-2170 Optimized CoreMessage's checkProperties and cleanupInternalProperties methods It includes 2 optimizations related to CoreMessage hot paths operations: checkProperties and

[GitHub] activemq-artemis pull request #2426: ARTEMIS-2140 queue creation race w/AMQP...

2018-11-09 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/2426 ARTEMIS-2140 queue creation race w/AMQP shared subs You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #2420: Allow configuration of RMI registry por...

2018-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2420 ---

[GitHub] activemq-artemis pull request #2423: ARTEMIS-2168 Fix "populate-validated-us...

2018-11-09 Thread michaelandrepearce
Github user michaelandrepearce closed the pull request at: https://github.com/apache/activemq-artemis/pull/2423 ---

[GitHub] activemq-artemis pull request #2418: ARTEMIS-2142 Fix ServerJMSMessage - Fix...

2018-11-09 Thread michaelandrepearce
Github user michaelandrepearce closed the pull request at: https://github.com/apache/activemq-artemis/pull/2418 ---

[GitHub] activemq-artemis pull request #2425: ARTEMIS-2142 Refactor of Patchfix Serve...

2018-11-09 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2425 ARTEMIS-2142 Refactor of Patchfix ServerJMSMessage Refactor ServerJMSMessage so it correctly transposes all JMSX headers Push common JMSX mappings for JMS to Message

[GitHub] activemq-artemis pull request #2424: ARTEMIS-2142 Patch Fix ServerJMSMessage...

2018-11-09 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2424 ARTEMIS-2142 Patch Fix ServerJMSMessage for JMSXGROUPSEQ This is a patch fix for JMSXGROUPSEQ. You can merge this pull request into a Git repository by running: $ git

[GitHub] activemq-artemis pull request #2041: ARTEMIS-1825 Live-backup topology not c...

2018-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2041 ---

[GitHub] activemq-artemis pull request #2422: ARTEMIS-2168 Fix "populate-validated-us...

2018-11-09 Thread michaelandrepearce
Github user michaelandrepearce closed the pull request at: https://github.com/apache/activemq-artemis/pull/2422 ---

[GitHub] activemq-artemis pull request #2374: ARTEMIS-2127 Add auth details to consum...

2018-11-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2374 ---

[GitHub] activemq-artemis pull request #2410: ARTEMIS-2125 Tabs preference changes to...

2018-11-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2410 ---

[GitHub] activemq-artemis pull request #2419: ARTEMIS-1710 Allow for management msgs ...

2018-11-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2419 ---

[GitHub] activemq-artemis pull request #2413: NO-JIRA fixing tests

2018-11-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2413 ---

[GitHub] activemq-artemis pull request #2423: ARTEMIS-2168 Fix "populate-validated-us...

2018-11-08 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2423 ARTEMIS-2168 Fix "populate-validated-user" feature for AMQP messages When populate-validated-user is true, force conversion to CORE as AMQP messages are immutable. Note,

[GitHub] activemq-artemis pull request #2422: ARTEMIS-2168 Fix "populate-validated-us...

2018-11-08 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2422 ARTEMIS-2168 Fix "populate-validated-user" feature for AMQP messages Note, this fixes feature: https://issues.apache.org/jira/browse/ARTEMIS-584 for AMQP produced messages.

[GitHub] activemq-artemis pull request #2387: ARTEMIS-2142 Support JMSXGroupSeq -1to ...

2018-11-08 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2387#discussion_r231956436 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java --- @@ -289,6 +289,12 @@

[GitHub] activemq-artemis pull request #2387: ARTEMIS-2142 Support JMSXGroupSeq -1to ...

2018-11-08 Thread jdanekrh
Github user jdanekrh commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2387#discussion_r231901536 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java --- @@ -289,6 +289,12 @@ public

[GitHub] activemq-artemis pull request #2287: ARTEMIS-2069 Backup doesn't activate af...

2018-11-08 Thread TomasHofman
Github user TomasHofman commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2287#discussion_r231878791 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/FileLockNodeManager.java --- @@ -299,44 +303,52 @@

[GitHub] activemq-artemis pull request #2287: ARTEMIS-2069 Backup doesn't activate af...

2018-11-08 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2287#discussion_r231870842 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/FileLockNodeManager.java --- @@ -299,44 +303,52 @@

[GitHub] activemq-artemis pull request #2287: ARTEMIS-2069 Backup doesn't activate af...

2018-11-08 Thread TomasHofman
Github user TomasHofman commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2287#discussion_r231830652 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/FileLockNodeManager.java --- @@ -299,36 +301,57 @@

[GitHub] activemq-artemis pull request #2287: ARTEMIS-2069 Backup doesn't activate af...

2018-11-08 Thread TomasHofman
Github user TomasHofman commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2287#discussion_r231822854 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/FileLockNodeManager.java --- @@ -299,36 +301,57 @@

[GitHub] activemq-artemis pull request #2421: [ARTEMIS-2166]Unable to delete queue wi...

2018-11-08 Thread shailendra14k
GitHub user shailendra14k opened a pull request: https://github.com/apache/activemq-artemis/pull/2421 [ARTEMIS-2166]Unable to delete queue with single quote from console JIRA:- https://issues.apache.org/jira/browse/ARTEMIS-2166 I assume a single quote(') is not a reserved

[GitHub] activemq-artemis pull request #2385: ARTEMIS-1929 race in STOMP identical du...

2018-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2385 ---

[GitHub] activemq-artemis pull request #2287: ARTEMIS-2069 Backup doesn't activate af...

2018-11-07 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2287#discussion_r231511486 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/FileLockNodeManager.java --- @@ -299,36 +301,57 @@

[GitHub] activemq-artemis pull request #2287: ARTEMIS-2069 Backup doesn't activate af...

2018-11-07 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2287#discussion_r231513243 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/FileLockNodeManager.java --- @@ -299,36 +301,57 @@

[GitHub] activemq-artemis pull request #2420: Allow configuration of RMI registry por...

2018-11-07 Thread jsmucr
GitHub user jsmucr opened a pull request: https://github.com/apache/activemq-artemis/pull/2420 Allow configuration of RMI registry port Previously the port was always random. This caused problems with remote JMX connections that needed to overcome firewalls. As of this patch, it's

[GitHub] activemq-artemis pull request #2419: ARTEMIS-2100 address routing-type overr...

2018-11-07 Thread franz1981
GitHub user franz1981 reopened a pull request: https://github.com/apache/activemq-artemis/pull/2419 ARTEMIS-2100 address routing-type overridden on attaching AMQP sender Added docs to explain the behaviour of management addresses on paging You can merge this pull request into a Git

[GitHub] activemq-artemis pull request #2419: ARTEMIS-2100 address routing-type overr...

2018-11-07 Thread franz1981
Github user franz1981 closed the pull request at: https://github.com/apache/activemq-artemis/pull/2419 ---

[GitHub] activemq-artemis pull request #2419: ARTEMIS-2100 address routing-type overr...

2018-11-07 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/2419 ARTEMIS-2100 address routing-type overridden on attaching AMQP sender Added docs to explain the behaviour of management addresses on paging You can merge this pull request into a Git

[GitHub] activemq-artemis pull request #2074: ARTEMIS-1850 QueueControl.listDeliverin...

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

[GitHub] activemq-artemis pull request #2418: ARTEMIS-2142 Fix ServerJMSMessage

2018-11-06 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2418 ARTEMIS-2142 Fix ServerJMSMessage Fix ServerJMSMessage so it correctly transposes JMSX headers. Push common JMS to Message Interface mappings into MessageUtil You can

[GitHub] activemq-artemis pull request #2414: ARTEMIS-1710 Allow management msgs to e...

2018-11-06 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2414#discussion_r231191592 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java ---

[GitHub] activemq-artemis pull request #2414: ARTEMIS-1710 Allow management msgs to e...

2018-11-05 Thread wy96f
Github user wy96f commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2414#discussion_r230972615 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java --- @@ -1244,6

[GitHub] activemq-artemis pull request #2417: ARTEMIS-2108 fix another potential Stac...

2018-11-05 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/2417 ARTEMIS-2108 fix another potential StackOverflow You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #2416: [ARTEMIS-2163]: Classloading issue if a...

2018-11-05 Thread ehsavoie
GitHub user ehsavoie opened a pull request: https://github.com/apache/activemq-artemis/pull/2416 [ARTEMIS-2163]: Classloading issue if artemis-commons is not in the same classloader as artemis-client-* or artemis-server. * Setting TCCL to be able to load classes via

[GitHub] activemq-artemis pull request #2415: ARTEMIS-2100 address routing-type overr...

2018-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2415 ---

[GitHub] activemq-artemis pull request #2414: ARTEMIS-1710 Allow management msgs to e...

2018-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2414 ---

[GitHub] activemq-artemis pull request #2414: ARTEMIS-1710 Allow management msgs to e...

2018-11-05 Thread mtaylor
Github user mtaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2414#discussion_r230684013 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java --- @@

[GitHub] activemq-artemis pull request #2414: ARTEMIS-1710 Allow management msgs to e...

2018-11-05 Thread wy96f
Github user wy96f commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2414#discussion_r230676923 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java --- @@ -1244,6

[GitHub] activemq-artemis pull request #2415: ARTEMIS-2100 address routing-type overr...

2018-11-04 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/2415 ARTEMIS-2100 address routing-type overridden on attaching AMQP sender AMQPSender has to honor an already existing multicast routingType of an address while attempting to create a

[GitHub] activemq-artemis pull request #2401: ARTEMIS-1710 Allow management msgs to e...

2018-11-04 Thread franz1981
Github user franz1981 closed the pull request at: https://github.com/apache/activemq-artemis/pull/2401 ---

[GitHub] activemq-artemis pull request #:

2018-11-03 Thread clebertsuconic
Github user clebertsuconic commented on the pull request: https://github.com/apache/activemq-artemis/commit/270b383e80296fb47dba6a719ef1616ddcaab1ef#commitcomment-31162500 I can’t do any work this weekend. But looking through the iPhone it looks really good. If tests

[GitHub] activemq-artemis pull request #2414: ARTEMIS-1710 Allow management msgs to e...

2018-11-03 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/2414 ARTEMIS-1710 Allow management msgs to exceed global-max-size limit This is an alternative version of https://github.com/apache/activemq-artemis/pull/2401 that: - disable

[GitHub] activemq-artemis pull request #2413: NO-JIRA fixing tests

2018-11-02 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/2413 NO-JIRA fixing tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/clebertsuconic/activemq-artemis fixTest Alternatively

[GitHub] activemq-artemis pull request #2412: DO NOT MERGE

2018-11-02 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2412 DO NOT MERGE You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelandrepearce/activemq-artemis SingleIterator

[GitHub] activemq-artemis pull request #2408: ARTEMIS-2160: Addressed occurance where...

2018-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2408 ---

[GitHub] activemq-artemis pull request #2181: ARTEMIS-1980 Warn on failed check of ta...

2018-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2181 ---

[GitHub] activemq-artemis pull request #2411: ARTEMIS-2162 Remove -XX:+AggressiveOpts...

2018-11-02 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/2411 ARTEMIS-2162 Remove -XX:+AggressiveOpts to improve JDK 11 compatibility You can merge this pull request into a Git repository by running: $ git pull

[GitHub] activemq-artemis pull request #2410: ARTEMIS-2125 Tabs preference changes to...

2018-11-02 Thread feuillemorte
GitHub user feuillemorte opened a pull request: https://github.com/apache/activemq-artemis/pull/2410 ARTEMIS-2125 Tabs preference changes to display columns not persistent through page refresh Fix based on https://github.com/apache/activemq-artemis/pull/2373 Not all

[GitHub] activemq-artemis pull request #2397: ARTEMIS-2116 Extend tests on producer C...

2018-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2397 ---

[GitHub] activemq-artemis pull request #2409: ARTEMIS-2159 Fixing OpenWire Blocker Pr...

2018-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2409 ---

[GitHub] activemq-artemis pull request #2409: ARTEMIS-2159 Fixing OpenWire Blocker Pr...

2018-11-01 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/2409 ARTEMIS-2159 Fixing OpenWire Blocker Producer Previous change on Flow control in OpenWire broke Blocked cases This is a better fix. You can merge this pull request into a Git

[GitHub] activemq-artemis pull request #2401: ARTEMIS-1710 Allow management msgs to p...

2018-10-31 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2401#discussion_r229845531 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java --- @@ -493,6 +493,17 @@ Configuration

[GitHub] activemq-artemis pull request #2369: ARTEMIS-2123 Paging not stopped if ther...

2018-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2369 ---

[GitHub] activemq-artemis pull request #2401: ARTEMIS-1710 Allow management msgs to p...

2018-10-31 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2401#discussion_r229835269 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java --- @@ -493,6 +493,17 @@ Configuration

[GitHub] activemq-artemis pull request #2408: ARTEMIS-2160: Addressed occurance where...

2018-10-31 Thread RoddieKieley
GitHub user RoddieKieley opened a pull request: https://github.com/apache/activemq-artemis/pull/2408 ARTEMIS-2160: Addressed occurance where cluster configuration on serv… …er locator was hard coded. Covered with test. You can merge this pull request into a Git repository by

[GitHub] activemq-artemis pull request #2407: openWire would allow one extra send

2018-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2407 ---

[GitHub] activemq-artemis pull request #2406: New profile to allow skipping or includ...

2018-10-31 Thread orpiske
Github user orpiske closed the pull request at: https://github.com/apache/activemq-artemis/pull/2406 ---

[GitHub] activemq-artemis pull request #2400: ARTEMIS-2151 JMS Selectors broken in so...

2018-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2400 ---

[GitHub] activemq-artemis pull request #2404: ARTEMIS-2157 Extra information on Criti...

2018-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2404 ---

[GitHub] activemq-artemis pull request #2405: ARTEMIS-2158 don't get pagedMessage if ...

2018-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2405 ---

[GitHub] activemq-artemis pull request #2407: openWire would allow one extra send

2018-10-31 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/2407 openWire would allow one extra send You can merge this pull request into a Git repository by running: $ git pull https://github.com/clebertsuconic/activemq-artemis

[GitHub] activemq-artemis pull request #:

2018-10-31 Thread orpiske
Github user orpiske commented on the pull request: https://github.com/apache/activemq-artemis/commit/9490e745c5431e681c768e6fdd20ed5dda0b7b95#commitcomment-31119234 @andytaylor I didn't know about that one! I think that might do the trick. We'll try and I'll close if it solves the

[GitHub] activemq-artemis pull request #:

2018-10-31 Thread andytaylor
Github user andytaylor commented on the pull request: https://github.com/apache/activemq-artemis/commit/9490e745c5431e681c768e6fdd20ed5dda0b7b95#commitcomment-31119169 Im not sure this is needed, you can do -DskipIntegrationTests=true ---

[GitHub] activemq-artemis pull request #2406: New profile to allow skipping or includ...

2018-10-31 Thread orpiske
GitHub user orpiske opened a pull request: https://github.com/apache/activemq-artemis/pull/2406 New profile to allow skipping or including the execution of integration tests This comes as request from our team. They would like to be able to skip and/or include the execution of the

[GitHub] activemq-artemis pull request #2401: ARTEMIS-1710 Allow management msgs to p...

2018-10-31 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2401#discussion_r229640945 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java --- @@ -437,12 +449,27 @@ public

[GitHub] activemq-artemis pull request #2405: ARTEMIS-2158 don't get pagedMessage if ...

2018-10-30 Thread wy96f
GitHub user wy96f opened a pull request: https://github.com/apache/activemq-artemis/pull/2405 ARTEMIS-2158 don't get pagedMessage if it's nontransactional Transaction id of the non transactional paged message is -1. When we acknowledge the message, we judge transactionID < 0 and

[GitHub] activemq-artemis pull request #2387: ARTEMIS-2142 Support JMSXGroupSeq -1to ...

2018-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2387 ---

[GitHub] activemq-artemis pull request #2390: NO-JIRA Move JMS_SESSION_CLIENT_ID_PROP...

2018-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2390 ---

[GitHub] activemq-artemis pull request #2392: ARTEMIS-2100 address routing-type overr...

2018-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2392 ---

[GitHub] activemq-artemis pull request #2402: NO-JIRA: Clarify journal-buffer-timeout...

2018-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2402 ---

[GitHub] activemq-artemis pull request #2403: ARTEMIS-2155 disconnect on failure to h...

2018-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2403 ---

[GitHub] activemq-artemis pull request #2404: ARTEMIS-2157 Extra information on Criti...

2018-10-30 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/2404 ARTEMIS-2157 Extra information on CriticalAnalyzer and its components You can merge this pull request into a Git repository by running: $ git pull

[GitHub] activemq-artemis pull request #2403: ARTEMIS-2155 disconnect on failure to h...

2018-10-30 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/2403 ARTEMIS-2155 disconnect on failure to handle packet You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #2402: NO-JIRA: Clarify journal-buffer-timeout...

2018-10-30 Thread cshannon
GitHub user cshannon opened a pull request: https://github.com/apache/activemq-artemis/pull/2402 NO-JIRA: Clarify journal-buffer-timeout documentation Clarify how to disable the buffer timeout. On one of my test brokers I disabled journal-sync-transactional and

[GitHub] activemq-artemis pull request #2401: ARTEMIS-1710 Allow management msgs to p...

2018-10-29 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2401#discussion_r229111410 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java --- @@ -437,12 +449,27 @@ public

[GitHub] activemq-artemis pull request #2401: ARTEMIS-1710 Allow management msgs to p...

2018-10-29 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2401#discussion_r229110673 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingStoreImpl.java --- @@ -700,7 +720,7 @@ public

[GitHub] activemq-artemis pull request #2384: ARTEMIS-2141 Add Filter column to Consu...

2018-10-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2384 ---

[GitHub] activemq-artemis pull request #2375: ARTEMIS-856 small fix to avoid re-distr...

2018-10-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/2375 ---

[GitHub] activemq-artemis pull request #2401: ARTEMIS-1710 Allow management msgs to p...

2018-10-29 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2401#discussion_r229089174 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java --- @@ -437,12 +449,27 @@

[GitHub] activemq-artemis pull request #2401: ARTEMIS-1710 Allow management msgs to p...

2018-10-29 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2401#discussion_r229088266 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingStoreImpl.java --- @@ -700,7 +720,7 @@

[GitHub] activemq-artemis pull request #2401: ARTEMIS-1710 Allow management msgs to p...

2018-10-29 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2401#discussion_r229013748 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingStoreImpl.java --- @@ -700,7 +720,7 @@ public

<    1   2   3   4   5   6   7   8   9   10   >