Friday, August 14, 2009

FUSE Message Broker .NET Client released today!

FUSE Message Broker .NET Client has just made its first release!

Based on the Apache ActiveMQ .NET / NMS technology, this product allows .NET and C# applications to interoperate seamlessly with existing Java-based FUSE Message Broker deployments.

This initial release (v.1.1) is supported on Windows XP and Server 2003 (both 32- and 64-bit) with .NET 2.0 and up.

Head on over to the FUSE Forge to download it now:

http://mbnet.fusesource.org/

Monday, July 20, 2009

FUSE version of ActiveMQ-CPP now available!

A new FUSE version of the ActiveMQ C++ client is now available here, this version provides several new examples that aren't available in the Apache release of the C++ client.

Tuesday, July 7, 2009

Python Client that makes use of ActiveMQ-CPP

If you've ever wanted to talk to an ActiveMQ broker from Python using the native Openwire protocol in ActiveMQ then I've got just the thing for you, this Python Client for ActiveMQ makes use of ActiveMQ-CPP under the covers and will soon allow you to use the new 3.0 release which will make the Failover functionality available in your app.

And for those of you on Ubuntu, Dejan Bosanac has put together an excellent guide on how to build it on ubuntu.

Sunday, July 5, 2009

ActiveMQ-CPP 3.0.1 Released

This Friday ActiveMQ-CPP 3.0.1 was released. This release fixes some issues that were found in the Failover Transport, and also some minor issues with URI options that weren't getting applied correctly. I highly recommend that anyone using 3.0 move up to 3.0.1.

Friday, June 12, 2009

New ActiveMQ-CPP tutorial posted

I took some time today to write a short tutorial on how to handle the advisory messages that ActiveMQ can send using the CPP client. Its still a work in progress but comments are welcome.

The tutorial is available here.

ActiveMQ-CPP 3.0 Released

Finally! ActiveMQ-CPP 3.0 got released today. This release has been in the works for awhile and a lot of the code has been rewritten, simplified and otherwise scrubbed. We now support a Failover Transport and the CMS StreamMessage which mimics the JMS message of the same name.

You can visit the release page for the full list of issues that were addressed here.

Tuesday, May 26, 2009

ActiveMQ-CPP 3.0 RC2 Released

I finally got all the tests working on all the platforms I have access to and now there is a new Release Candidate available for ActiveMQ-CPP 3.0. The third release candidate contains a lot of cleaned up API documentation for CMS, and some fixes for issues that we found while doing some more cross platform testing. The one new item in the release is support for the JMS / CMS StreamMessage. Originally the StreamMessage support was slated for a later 3.x release but once I took a look it turned out to be surprisingly simple to implement given all the other goodies we had developed to make the MapMessage work, so I squeezed it into this release.

While generating the new API docs in anticipation of a 3.0 release I found that our doxygen configuration was causing over 300 megabytes of glut. After some tweaking I was able to get rid of a lot of useless diagrams and other odds and ends from the configuration that have scaled it back to around 20 megabytes. That should save on server space at Apache...