[rabbitmq-discuss] Use of Java 1.4 with the RabbitMQ Java Client library

Kirk Wylie kirk at kirkwylie.com
Wed Jan 7 14:30:37 GMT 2009


On Wed, Jan 7, 2009 at 2:15 PM, Holger Hoffstätte <holger at wizards.de> wrote:
> I've had many ideas flying around in my head (some crazy, some rather
> mundane) but haven't really found the time to implement any yet. Can you
> share what you're planning?

One of the first things I wanted to do was to improve the current test
suite to add quite a few more "pure" unit tests (right now it's almost
all functional and integration tests), and start adding in clover
coverage analysis. That's where the previous email title started up,
because one of the first things that I looked at was moving some or
all of the test framework from JUnit 3.8.1 to JUnit 4 (which of course
I can't do effectively if 1.4 is still a major requirement in the
future).

Then the first crazy/mundane thing that I was going to attempt was a
connection pooling system. Because that'll be quite complex, I want to
tackle the test side first so that I'm confident that I'm not breaking
things in subtle ways.

What ideas did you have?

Kirk




More information about the rabbitmq-discuss mailing list