0 Replies Latest reply on Dec 20, 2006 1:14 PM by ovidiu.feodorov

    JBoss Messaging 1.2.0.Beta1 Released

    ovidiu.feodorov

      JBoss Messaging 1.2.0.Beta1 has been released and it is available for download on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and sourceforge (http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261).

      This release builds in top of the clustering functionality already existing in 1.2.0.Alpha2 by adding the last major piece of functionality, high availability with transparent failover.

      The release ships with an example (which also doubles as smoke test) that demonstrates the transparent failover capabilities. A vanilla JMS client creates a connection to the JMS provider and sends message over that connection. Separately, we kill the cluster node managing the connection (using Runtime.halt(), to simulate an abrupt VM failure), but the event goes unnoticed by the client, which continues to send and receive messages over the same connection.

      Obviously, the example requires a cluster of at least two nodes in order to work.

      Other additions: fully tested HTTP transport support, improved testing framework to support automated clustering testing, and overall strengthening of the clustering code.

      As with any Beta release, our advice is to handle the code with care, insufficiently probed for bugs may still lurk. We're planning to follow up very quickly with a Beta2, for which the road map is available here: http://jira.jboss.org/jira/browse/JBMESSAGING?report=com.atlassian.jira.plugin.system.project:roadmap-panel.

      Enjoy the new release and feed us back your comments!