Re: [VOTE] Apache ActiveMQ 5.13.4

2016-07-18 Thread jb
+1 (binding) Regards JB On 2016-07-18 18:25, Robbie Gemmell wrote: On 14 July 2016 at 16:46, Christopher Shannon wrote: Hi Everyone, I have created the ActiveMQ 5.13.4 release and it's ready for a vote. This release has almost 30 bug fixes and

Build failed in Jenkins: ActiveMQ-Trunk-Deploy #1652

2016-07-18 Thread Apache Jenkins Server
See Changes: [tabish121] https://issues.apache.org/jira/browse/AMQ-6362 [tabish121] https://issues.apache.org/jira/browse/AMQ-6339 [tabish121] https://issues.apache.org/jira/browse/AMQ-6339

Re: STOMP server quits sending to all subscribers when one client disconnects

2016-07-18 Thread John D. Ament
Actually, now that I'm thinking about what you're doing a bit more, I think you may want to use a DISCONNECT instead of an UNSUBSCRIBE. You should not reuse the subscription id, its something where you probably want to randomly generate it (or has to be unique to the client). John On Mon, Jul

Re: STOMP server quits sending to all subscribers when one client disconnects

2016-07-18 Thread John D. Ament
Ed, Huh ok. Knowing that you're getting destination does not exist helps pinpoint the problem. I think I need someone like Justin, Andy, Martyn or Clebert to comment. The Artemis code is explicitly deleting the queue on unsubscribe -

Re: [GitHub] activemq-artemis pull request #617: ARTEMIS-607 Added interceptor support fo...

2016-07-18 Thread vpeng23
Not sure if replying this thread make sense. If not, please let me know. Will the documents or examples also get updated? I tried to follow the examples/features/standard/interceptor and

[GitHub] activemq-artemis pull request #632: ARTEMIS-604 - Message Serialization Impr...

2016-07-18 Thread gaohoward
Github user gaohoward commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/632#discussion_r71255851 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/ObjectInputStreamWithClassLoader.java --- @@ -25,23 +25,110 @@

[GitHub] activemq-artemis pull request #643: ARTEMIS-611 refactor STOMP cxn TTL + hea...

2016-07-18 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/643 ARTEMIS-611 refactor STOMP cxn TTL + heart-beat 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 #632: ARTEMIS-604 - Message Serialization Impr...

2016-07-18 Thread mtaylor
Github user mtaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/632#discussion_r71182493 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/ObjectInputStreamWithClassLoader.java --- @@ -25,23 +25,110 @@

[GitHub] activemq-artemis pull request #632: ARTEMIS-604 - Message Serialization Impr...

2016-07-18 Thread mtaylor
Github user mtaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/632#discussion_r71181087 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/ObjectInputStreamWithClassLoader.java --- @@ -25,23 +25,110 @@

Re: [VOTE] Apache ActiveMQ 5.13.4

2016-07-18 Thread Robbie Gemmell
On 14 July 2016 at 16:46, Christopher Shannon wrote: > Hi Everyone, > > I have created the ActiveMQ 5.13.4 release and it's ready for a vote. This > release has almost 30 bug fixes and improvements. > > The list of resolved issues is here: >

[GitHub] activemq-artemis issue #641: Update version of netty4

2016-07-18 Thread tabish121
Github user tabish121 commented on the issue: https://github.com/apache/activemq-artemis/pull/641 Netty upstream is at 4.0.39.final with some thread safety fixes amongst others with 4.0.37.final being a bit dated at this point, recommend moving to the latest if making the jump. ---

Re: [VOTE] Apache ActiveMQ 5.13.4

2016-07-18 Thread Timothy Bish
On 07/14/2016 11:46 AM, Christopher Shannon wrote: Hi Everyone, I have created the ActiveMQ 5.13.4 release and it's ready for a vote. This release has almost 30 bug fixes and improvements. The list of resolved issues is here:

[GitHub] activemq-artemis issue #641: Update version of netty4

2016-07-18 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/641 @paulgallagher75 Netty version upgrades have stung us in the past, so I'm going to run the full test suite against this before merging. Thanks. --- If your project is set up for it, you

[GitHub] activemq-artemis pull request #642: Flow control improvements

2016-07-18 Thread mtaylor
GitHub user mtaylor opened a pull request: https://github.com/apache/activemq-artemis/pull/642 Flow control improvements You can merge this pull request into a Git repository by running: $ git pull https://github.com/mtaylor/activemq-artemis FlowControlImprovements

[GitHub] activemq-artemis pull request #641: Update version of netty4

2016-07-18 Thread paulgallagher75
GitHub user paulgallagher75 opened a pull request: https://github.com/apache/activemq-artemis/pull/641 Update version of netty4 You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulgallagher75/activemq-artemis update-version