Please forgive my ignorance here - but is Artemis the next major version of ActiveMQ? Or is it something else?
I’d be happy to take a shot at a JUnit rule for Artemis, but I still would like to get the one for ActiveMQ 5.x into the community so I don’t have to keep copying it from project to project :-) Quinn Stevenson [email protected] <mailto:[email protected]> > On Dec 22, 2015, at 12:17 PM, Clebert Suconic <[email protected]> > wrote: > > Nice idea! > > > If you can make one for Artemis, it would be here: > > https://github.com/apache/activemq-artemis/tree/master/artemis-commons/src/test/java/org/apache/activemq/artemis/utils > > > but the embedding (coding to start it) is a bit different. > > > > On Tue, Dec 22, 2015 at 1:53 PM, Quinn Stevenson > <[email protected]> wrote: >> All - >> >> I wrote a simple JUnit Rule to simplify setting up embedded ActiveMQ brokers >> for testing. I’ve been using it for some time now, and I find it very >> helpful. >> >> I would like to contribute the component to the ActiveMQ project and I’m >> planning on creating a pull request for it, but I need a little help with >> where a component like this belongs in the source tree. I was thinking of >> either adding it to the activemq-unit-tests module, or creating a module for >> it under activemq-tooling. >> >> Do either of these locations make sense? Or would another location/module >> be more appropriate? >> >> Quinn Stevenson >> [email protected] >> >> >> > > > > -- > Clebert Suconic
