AMQNET-554 - Added support for message queue properties and Selectors in Apache.NMS.MSMQ

2016-07-06 Thread Stéphane Ramet
Hi, I just submitted a patch as AMQNET-554 adding support for message queue properties and Selectors in Apache.NMS.MSMQ. Regards, Stéphane Ramet

[GitHub] activemq-artemis pull request #549: More changes on the reclaimer for better...

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

[GitHub] activemq-artemis pull request #621: ARTEMIS-584 add validated user to msg

2016-07-06 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/621#discussion_r69741235 --- Diff: docs/user-manual/en/security.md --- @@ -10,6 +10,13 @@ long. To change this period set the property `security-invalidation-inte

[GitHub] activemq-artemis pull request #621: ARTEMIS-584 add validated user to msg

2016-07-06 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/621#discussion_r69742648 --- Diff: docs/user-manual/en/security.md --- @@ -10,6 +10,13 @@ long. To change this period set the property `security-invalidation-interval`,

[GitHub] activemq-artemis pull request #621: ARTEMIS-584 add validated user to msg

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

[GitHub] activemq-artemis pull request #622: ARTEMIS-578 cert authn/z for STOMP

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

[GitHub] activemq-artemis pull request #623: NO-JIRA Clean up pom.xml files

2016-07-06 Thread jdanekrh
GitHub user jdanekrh opened a pull request: https://github.com/apache/activemq-artemis/pull/623 NO-JIRA Clean up pom.xml files Duplicated dependency declarations were causing the following Maven warning. These duplicated dependencies were removed. [INFO] Scanning for p

Example running error at browser and topic

2016-07-06 Thread Chalaka Chamupathi Sudusinghe
Hi, I was trying to run browser and topic example in activemq aritemis it gave the same build error at the end but it give the correct output. here is the error that i got, [ERROR] Failed to execute goal org.apache.activemq:artemis-maven-plugin:1.4.0-SNAPSHOT:cli (stop) on project topic: No such

[GitHub] activemq-artemis pull request #623: NO-JIRA Clean up pom.xml files

2016-07-06 Thread jdanekrh
Github user jdanekrh commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/623#discussion_r69783744 --- Diff: tests/integration-tests/pom.xml --- @@ -126,12 +126,6 @@ org.apache.activemq - artemis-p

Re: Example running error at browser and topic

2016-07-06 Thread Justin Bertram
I think you just need to update your branch to the latest (i.e. 4476b9d799289ffb9baaf181bbbf5c61a21eecf8 as of this email). I just ran this commands and everything worked as expected: $ mvn clean install -Prelease -DskipTests=true $ cd features/standard/topic $ mvn verify Justin -

Re: Example running error at browser and topic

2016-07-06 Thread Chalaka Chamupathi Sudusinghe
Thanks i will try that. On Thu, Jul 7, 2016 at 12:07 AM, Justin Bertram wrote: > I think you just need to update your branch to the latest (i.e. > 4476b9d799289ffb9baaf181bbbf5c61a21eecf8 as of this email). I just ran this > commands and everything worked as expected: > > $ mvn clean install

Re: Example running error at browser and topic

2016-07-06 Thread Justin Bertram
I think you're probably missing the fix committed in 76af1f33d0bda9870bc5ced066444dfc71a29376 which was done about a month ago (June 6th). Justin - Original Message - From: "Chalaka Chamupathi Sudusinghe" To: dev@activemq.apache.org Sent: Wednesday, July 6, 2016 1:39:31 PM Subject: Re

[GitHub] activemq-artemis issue #623: NO-JIRA Clean up pom.xml files

2016-07-06 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/623 I don't get this PR. you have one commit reverting your own change. So this is a null PR. What do you want to be done here? Did you push the revert by accident? --- If your

Re: Example running error at browser and topic

2016-07-06 Thread Clebert Suconic
It was my "oops"... I was supposed to validate examples before the release... I had validated it, fixed something, broke.. didn't check properly. I have added a script to validate examples at https://github.com/apache/activemq-artemis/tree/master/artemis-distribution/src/test/scripts I have my

[GitHub] activemq-artemis issue #623: NO-JIRA Clean up pom.xml files

2016-07-06 Thread jdanekrh
Github user jdanekrh commented on the issue: https://github.com/apache/activemq-artemis/pull/623 I wanted to see whether the Jenkins job would still fail if I did an empty PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] activemq-artemis issue #623: NO-JIRA Clean up pom.xml files

2016-07-06 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/623 @jdanekrh I am ammending your commit description as following (during merge): ``` NO-JIRA Clean up pom.xml files Duplicated dependency declarations w

[GitHub] activemq-artemis issue #623: NO-JIRA Clean up pom.xml files

2016-07-06 Thread jdanekrh
Github user jdanekrh commented on the issue: https://github.com/apache/activemq-artemis/pull/623 Sure. I should've probably aimed for brief commit message and put the details only in the PR. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] activemq-artemis issue #623: NO-JIRA Clean up pom.xml files

2016-07-06 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/623 No problem at all. thanks a lot for the PR 👍 --- 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

[GitHub] activemq-artemis issue #623: NO-JIRA Clean up pom.xml files

2016-07-06 Thread jdanekrh
Github user jdanekrh commented on the issue: https://github.com/apache/activemq-artemis/pull/623 The missing quote is quite funny, esp. how long it was missing ;) --- 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 pr

[GitHub] activemq-artemis pull request #623: NO-JIRA Clean up pom.xml files

2016-07-06 Thread jdanekrh
Github user jdanekrh closed the pull request at: https://github.com/apache/activemq-artemis/pull/623 --- 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 fea

[GitHub] activemq-artemis issue #623: NO-JIRA Clean up pom.xml files

2016-07-06 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/623 I don't think that file is being used actually. it was imported from the activemq5 openwire testsuite. I don't think it's being used. I couldn't find anywhere with a git grep. ---

[GitHub] activemq-artemis pull request #624: ARTEMIS-584 fix test

2016-07-06 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/624 ARTEMIS-584 fix test You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis master_work Alternatively you can rev

[GitHub] activemq-artemis pull request #625: ARTEMIS-616 Use Call timeout on replicat...

2016-07-06 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/625 ARTEMIS-616 Use Call timeout on replication flow control You can merge this pull request into a Git repository by running: $ git pull https://github.com/clebertsuconic/activem

[GitHub] activemq-artemis pull request #624: ARTEMIS-584 fix test

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