You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Mats Forslöf <Ma...@portwise.com> on 2006/05/08 16:27:32 UTC

Update: ActiveMQ C++ client

A new update has been uploaded to http://issues.apache.org/activemq/secure/ManageAttachments.jspa?id=23920 containing new improvements including;

 * New test framework with more unit tests. To run the test suite you supply the broker URI and optionally a unit test name if a single test case should be run. Note! The URI must be enclosed within quotes.

   Ex: ./test "tcp://127.0.0.1:61616?trace=false&protocol=openwire"

 * Socket communication is now buffered for improved performance.

 * The Groovy command build scripts are now in synch and works again. Note! The scripts should be committed to the activemq-core project.

 * Bug fixes and other improvements.

 * Tested on Windows, Linux and Mac OS X with ActiveMQ 4.0 (pre-final 4 May).

Regards,
Mats Forslöf