The ActiveMQ team is pleased to announce the ActiveMQ 5.1.0 Release. ActiveMQ 5.1.0 is a much more stable message broker than 5.0.0 and we highly encourage all the 5.0.0 users to upgrade to this release.

For more details on the fixed issues see the release notes.

Posted at 07 May @ 9:43 AM by Hiram Chirino | 0 comments
Last changed: Apr 30, 2008 08:01 by Bruce Snyder

JavaOne Meetup 2008

Come meet with the folks behind Apache ActiveMQ, Camel, CXF and ServiceMix at JavaOne!

Please join us for an evening of food, drinks, conversation and open source antics at the Zebulon Cafe - (Google Map) in San Francisco on Monday, May 5, 2008 from 6-9PM. Some of the Apache committers behind these dynamic projects that will be there include Dan Kulp, Hiram Chirino, Guillaume Nodet, Rob Davies, Chris Custine and Bruce Snyder. ActiveMQ and Camel are each readying the next releases, CXF just graduated from the Incubator and the shiny, new ServiceMix 4.0 release is right around the corner. A big thanks to IONA Technologies for sponsoring this event. We hope to see you there!

In an attempt to help predict the head count, please add your name to the registration page.

Posted at 28 Apr @ 9:57 AM by Bruce Snyder | 0 comments
Last changed: Dec 17, 2007 04:07 by James Strachan
Posted at 15 Dec @ 10:08 AM by Hiram Chirino | 0 comments

There's been more interesting Articles lately on Apache ActiveMQ, [ActiveMessaging and rails...

Check them out, they're both great.

Posted at 27 Jun @ 1:49 AM by James Strachan | 0 comments

There's an itneresting article on Integrating ActiveMQ Web Console by Dejan Bosanac which is well worth a read. The next version of ActiveMQ, 5.0, will include the Web Console by default which should simplify things somewhat.

Posted at 08 Jun @ 2:04 AM by James Strachan | 0 comments
Last changed: Jun 08, 2007 05:28 by James Strachan

How can I send a message to multiple Destinations using a MessageProducer? The trick is to pass null in for the destination when you create it; then you can specify the destination on each send.

MessageProducer producer = session.createProducer(null);
...
producer.send(destination, message);
Posted at 18 Apr @ 12:39 PM by James Strachan | 0 comments

James Strachan was interviewed for this months feathercast discussing all things Apache ActiveMQ.

Posted at 03 Apr @ 12:41 AM by James Strachan | 0 comments

We're proud to announce the ActiveMQ 4.1.1 Release has just gone out with numberous bug fixes. Grab it while its hot!

Posted at 03 Apr @ 12:40 AM by James Strachan | 0 comments

Apache NMS is an API for messaging on the .Net platform in C# or VB.Net. Spring.Net offers several features to make it easier to work with .Net like the Spring Framework does for Java. Now the Spring.Messaging.Net library can be used to make it easier to work with NMS. For example it includes the NmsTemplate class (like the JmsTemplate class in Java) or the DefaultMessageListenerContainer.

There is now a binary download of Spring.Messaging.NMS available. Get it while its hot!

Posted at 28 Mar @ 8:54 AM by James Strachan | 0 comments
Graphic Design By Hiram