Time for another board report for May 2016

2016-05-02 Thread Bruce Snyder
The board has requested that another report be filed this month, so I began compiling it here: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=62695218 Please add some comments about what is happening lately with both the ActiveMQ code base and the Artemis code base. Your

Embedded REST - monitor queues (without JMS)

2016-05-02 Thread Julien d
Thank you so much for your help Justin. I now understand much better. As far as queues are concerned, I am now doing it this way in order to create one : QueueDeployment deployment1 = new QueueDeployment("orders", true); Restserver.getManager().getQueueManager().deploy(deployment1) I guess

Re: [VOTE] Apache ActiveMQ 5.13.3 #2

2016-05-02 Thread Hiram Chirino
+1 On Sun, May 1, 2016 at 12:29 PM artnaseef wrote: > +1 > > The tests all pass for me now. Very nice. > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/VOTE-Apache-ActiveMQ-5-13-3-2-tp4711327p4711414.html > Sent from the ActiveMQ - Dev

Re: Embedded REST queried from the dupsend/PostOrder example - Unable to validate user

2016-05-02 Thread Justin Bertram
The login.config is a server-side configuration file for the broker's security manager. See more at http://activemq.apache.org/artemis/docs/1.2.0/security.html. You can put a login.config on your classpath or you can configure it programmatically by calling

[GitHub] activemq pull request: AMQ-6274 - add support for message metadata...

2016-05-02 Thread hqstevenson
GitHub user hqstevenson opened a pull request: https://github.com/apache/activemq/pull/184 AMQ-6274 - add support for message metadata - originalDestination is f… …irst You can merge this pull request into a Git repository by running: $ git pull

Re: Embedded REST queried from the dupsend/PostOrder example - Unable to validate user

2016-05-02 Thread Julien d
I do not have one on either side at the moment. Should it be on server side? Would you please have any documentation link? Regards, Julien D. Alternative email address : julie...@protonmail.ch On 05/02/2016 05:51 PM, Justin Bertram wrote: > How is your login.config configured? > > > Justin > >

[RESULT][VOTE] Apache ActiveMQ 5.13.3

2016-05-02 Thread Christopher Shannon
Results of the ActiveMQ 5.13.3 vote: Vote passes with 4 +1 binding votes. The following votes were received: Binding: +1 Jim Gomes +1 Timothy Bish +1 Christopher Shannon +1 Arthur Naseef Non Binding: +1 Matt Pavlovich I'll start pushing out the release bundles and update the Wiki.

[GitHub] activemq-artemis pull request: ARTEMIS-512 NPEs in LDAP authz

2016-05-02 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/500 ARTEMIS-512 NPEs in LDAP authz You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-512 Alternatively

Embedded REST queried from the dupsend/PostOrder example - Unable to validate user

2016-05-02 Thread Julien d
Hi, I get the following stacktrace on dup-send's side when querying the REST embedded server. I have been checking around and it should work since I have artemis-roles/users.proprieties in my Java path. Following are the stacktraces [1]. Anyone having the issue or would know what is actually

[GitHub] activemq-artemis pull request: ARTEMIS-511 - fix null pointer

2016-05-02 Thread andytaylor
GitHub user andytaylor opened a pull request: https://github.com/apache/activemq-artemis/pull/499 ARTEMIS-511 - fix null pointer https://issues.apache.org/jira/browse/ARTEMIS-511 You can merge this pull request into a Git repository by running: $ git pull