Jenkins build is back to normal : ActiveMQ-Trunk-Deploy #1655

2016-07-21 Thread Apache Jenkins Server
See

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

2016-07-21 Thread Ed Kaltenbach
I got 1.3 working in Wildfly 10. I replaced the jar files in the "wildfly-10.0.0.Final\modules\system\layers\base\org\apache\activemq\artemis" subdirectories with the ActiveMQ Artimis 1.3 versions. I updated the jar filenames in the "modules.xml" files in each of the subdirectories. I am

[GitHub] activemq-artemis issue #640: ARTEMIS-565 Replace json.org with javax.json

2016-07-21 Thread johnament
Github user johnament commented on the issue: https://github.com/apache/activemq-artemis/pull/640 Ok, the changes should be good. I manually ran the integration tests that were touched, and fixed a bunch of issues identified there. I'm going to create a ticket to create

[GitHub] activemq-artemis pull request #654: ARTEMIS-413 doc for Stomp durable subs

2016-07-21 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/654 ARTEMIS-413 doc for Stomp durable subs You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-413

[GitHub] activemq-artemis pull request #653: ARTEMIS-548 Stomp durable sub unsubscrbe

2016-07-21 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/653#discussion_r71780013 --- Diff: artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/StompProtocolManager.java ---

[GitHub] activemq-artemis pull request #653: ARTEMIS-548 Stomp durable sub unsubscrbe

2016-07-21 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/653 ARTEMIS-548 Stomp durable sub unsubscrbe Implement ability for Stomp clients to unsubscribe durable subscriptions. You can merge this pull request into a Git repository by running:

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

2016-07-21 Thread Justin Bertram
The org.wildfly.extension.messaging-activemq module is for the "messaging-activemq" subsystem which is for Artemis integration. The org.apache.activemq.artemis module is for Artemis itself which will have the jars you need to replace. Justin - Original Message - From: "Ed

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

2016-07-21 Thread John D. Ament
Ed, I would replace only the latter. I may be able to test it out tonight and give you some feedback. John On Thu, Jul 21, 2016 at 3:30 PM Ed Kaltenbach wrote: > Does anybody know the steps to replace 1.1 with 1.3 in Wildfly 10? > > I see that Wildfly has a directory >

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

2016-07-21 Thread Ed Kaltenbach
Does anybody know the steps to replace 1.1 with 1.3 in Wildfly 10? I see that Wildfly has a directory "wildfly-10.0.0.Final\modules\system\layers\base\org\wildfly\extension\messaging-activemq\main" that contains - artemis-wildfly-integration-1.0.2.jar - module.xml -

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

2016-07-21 Thread John D. Ament
I see that wf10 ships a custom build for 1.1, was there anything special about it? On Jul 21, 2016 14:09, "Justin Bertram" wrote: > I'm pretty confident it would work, but you never know until you try > (which I haven't). > > > Justin > > - Original Message - >

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

2016-07-21 Thread Justin Bertram
I'm pretty confident it would work, but you never know until you try (which I haven't). Justin - Original Message - From: "Ed Kaltenbach" To: dev@activemq.apache.org Sent: Thursday, July 21, 2016 12:56:12 PM Subject: RE: FW: STOMP server quits sending to all

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

2016-07-21 Thread Ed Kaltenbach
John, I had some time this morning to try against the 1.3 standalone broker. The problem seems to be fixed in 1.3. I first tried two clients, each with a unique subscription ID, and could not replicate the error. When one client ended, the other client still posted and received messages from

[GitHub] activemq-artemis pull request #651: ARTEMIS-405 more docs for JMS destinatio...

2016-07-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/651 --- 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

[GitHub] activemq-artemis pull request #650: Handful of changes related to ARTEMIS-61...

2016-07-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/650 --- 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

Re: Adding new maven dependency for mqtt protocol project

2016-07-21 Thread Christopher Shannon
Which class can't be found? On Thu, Jul 21, 2016 at 4:24 AM, aries.aries wrote: > I am working on implementing few things in the mqtt protocol project. I > have > used the below two dependencies > > > org.apache.commons >

Adding new maven dependency for mqtt protocol project

2016-07-21 Thread aries.aries
I am working on implementing few things in the mqtt protocol project. I have used the below two dependencies org.apache.commons commons-collections4 4.1 org.toubassi.femtozip femtozip 1.0

[ANNOUNCE] Apache ActiveMQ 5.13.4 Released

2016-07-21 Thread Christopher Shannon
Hello Everyone, Apache ActiveMQ 5.13.4 has been released. This release contains a number of improvements and bug fixes found since the 5.13.3 release. A list of issues fixed in this release is available here: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12335661=12311210 The

[GitHub] activemq-artemis issue #640: ARTEMIS-565 Replace json.org with javax.json

2016-07-21 Thread johnament
Github user johnament commented on the issue: https://github.com/apache/activemq-artemis/pull/640 @puntogil yep, that's why i'm not saying this is ready. @mtaylor Ok, I'll clean it up. Thanks for looking at this guys! --- If your project is set up for it, you can

Re: Contributing to the ActiveMQ-artemis

2016-07-21 Thread John D. Ament
Hi Lahiru, A good place to start is with Artemis' hacking guide, which helps get new devs started on working on the code base. https://github.com/apache/activemq-artemis/tree/master/docs/hacking-guide/en Then you probably want to look for a JIRA ticket to work on. John On Thu, Jul 21, 2016 at

Contributing to the ActiveMQ-artemis

2016-07-21 Thread Lahiru Dilshan
I'm Lahiru Dilshan. I am an undergraduate at Faculty of Engineering, University of Peradeniya. I would like to contribute to the activemq-artemis. It will be great if you can tell me how to start with contributing to develop the software. As for now, I downloaded the software and using it. Thanks.

[GitHub] activemq-artemis pull request #652: ARTEMIS-645 ClusteredGroupingTest fails

2016-07-21 Thread dudaerich
GitHub user dudaerich opened a pull request: https://github.com/apache/activemq-artemis/pull/652 ARTEMIS-645 ClusteredGroupingTest fails In testGroupingSendTo3queuesNoConsumerOnLocalQueue the batch of messages can be received also by the second consumer. It depends on