|
The ActiveMQ team is pleased to announce the ActiveMQ 5.1.0 Release For more details on the fixed issues see the release notes
Last changed: Apr 30, 2008 08:01 by Bruce Snyder
JavaOne Meetup 2008Come meet with the folks behind Apache ActiveMQ, Camel, CXF and ServiceMix at JavaOne!
In an attempt to help predict the head count, please add your name to the registration page
Last changed: Dec 17, 2007 04:07 by James Strachan
I'm pleased to announce the Apache ActiveMQ 5.0.0 Release has been made! Its packed with a ton of new features such as:
Download it today! There's been more interesting Articles lately on Apache ActiveMQ, [ActiveMessaging and rails...
Check them out, they're both great. There's an itneresting article on Integrating ActiveMQ Web Console
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);
James Strachan was interviewed for this months feathercast We're proud to announce the ActiveMQ 4.1.1 Release has just gone out with numberous bug fixes. Grab it while its hot! Apache NMS There is now a binary download of Spring.Messaging.NMS available We've always had lots of support for Cross Language Clients and Protocols but now there is a Smalltalk client |
