[GitHub] activemq pull request: AMQ-6106 - JUnit Rule for embedded ActiveMQ...

2015-12-23 Thread hqstevenson
GitHub user hqstevenson opened a pull request: https://github.com/apache/activemq/pull/163 AMQ-6106 - JUnit Rule for embedded ActiveMQ Broker You can merge this pull request into a Git repository by running: $ git pull https://github.com/hqstevenson/activemq AMQ-6106

Re: [VOTE] ActiveMQ 5.11.4/5.12.3

2016-02-05 Thread hqstevenson
Is there any way https://issues.apache.org/jira/browse/AMQ-6106 could be included? Many of my customers still use 5.11 and having the JUnit rule in the build would be very helpful. -- View this message in context:

Re: Edit permissions on ActiveMQ Wiki

2016-02-19 Thread hqstevenson
I didn't ever hear back on this, and I still can't edit this page https://cwiki.apache.org/confluence/display/ACTIVEMQ/How+to+unit+test+JMS+code Will someone please grant me edit permissions so I can get the JUnit rule added to this page? -- View this message in context:

[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 https://github.com

[GitHub] activemq pull request #198: AMQ-6428 - Add methods to EmbeddedActiveMQBroker...

2016-09-16 Thread hqstevenson
GitHub user hqstevenson opened a pull request: https://github.com/apache/activemq/pull/198 AMQ-6428 - Add methods to EmbeddedActiveMQBroker an ActiveMQ client JUnit Rules You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] activemq-artemis issue #789: ARTEMIS-737 - added JUnit rules for Artemis ser...

2016-09-23 Thread hqstevenson
Github user hqstevenson commented on the issue: https://github.com/apache/activemq-artemis/pull/789 I just realized I didn't finish the javadoc for the XXXResource classes. I intended to have basic usage information in the javadoc for each class. I'll get that added and update

[GitHub] activemq-artemis issue #789: ARTEMIS-737 - added JUnit rules for Artemis ser...

2016-09-23 Thread hqstevenson
Github user hqstevenson commented on the issue: https://github.com/apache/activemq-artemis/pull/789 I fixed the check style issues, and I also added constructors to the EmbeddedXXXResource rules to allow configuring the servers with configuration files. --- If your project is set

[GitHub] activemq-artemis issue #789: ARTEMIS-737 - added JUnit rules for Artemis ser...

2016-09-23 Thread hqstevenson
Github user hqstevenson commented on the issue: https://github.com/apache/activemq-artemis/pull/789 I'd be happy to add an example, but I'm not sure exactly what you're looking for. All of the unit tests show the basics of how you embed a sever into your test, and how you use

[GitHub] activemq-artemis pull request #789: ARTEMIS-737 - added JUnit rules for Arte...

2016-09-21 Thread hqstevenson
GitHub user hqstevenson opened a pull request: https://github.com/apache/activemq-artemis/pull/789 ARTEMIS-737 - added JUnit rules for Artemis servers and clients You can merge this pull request into a Git repository by running: $ git pull https://github.com/hqstevenson