Release Notes - JBoss Messaging - Version 1.4.0.SP2


06 December 2007

These are the release notes for JBoss Messaging 1.4.0 Service Pack 2 (SP2).

For full description of the contents please see the JBoss Messaging project JIRA.

When upgrading an existing installation be sure to update all the configuration files in server//deploy/jboss-messaging.sar with the newer versions and replace jboss-messaging.jar in server//lib and on the client classpath. You will also need to drop all tables and indexes in the database.

This release of JBoss Messaging also requires a patched JBoss Remoting jar. The required version is 2.2.2.SP3. Be sure that server//lib contains this jar and that it is also present as the first entry on the client classpath. This is critical to ensure proper operation of JBoss Messaging 1.4.0.SP2!

Enjoy!

Release Notes - JBoss Messaging - Version 1.4.0.SP2

Bug

  • [JBMESSAGING-1124] - Cannot find replicant to remove: CF_jboss.messaging.connectionfactory:service=ConnectionFactory
  • [JBMESSAGING-1136] - Messages do not get redistributed to consumers following shutdown/restart sequence
  • [JBMESSAGING-1138] - Setting Vector in an ObjectMessage returns a different Object
  • [JBMESSAGING-1139] - Problem with DownCache storage at JBM startup
  • [JBMESSAGING-1142] - If two servers are started at the same time a race condition can exist between calculating the failover nodes.
  • [JBMESSAGING-1146] - Messaging fails to shutdown when there are no more ManagedConnections available
  • [JBMESSAGING-1156] - Calling Browser.Enumeration on deleted temporary queue is not throwing InvalidDestinationException
  • [JBMESSAGING-1158] - Sending messages on deleted temporary topicc should cause an Exception to be thrown
  • [JBMESSAGING-1159] - Deadlocks with ClusterRoundRobinDistributor
  • [JBMESSAGING-1164] - Killing a client with a registered MessageListener renders the queue (and ServerPeer) unusable
  • [JBMESSAGING-1184] - Durable subscription failover with preconf client ids fails

Feature Request

  • [JBMESSAGING-1155] - Synchronize users on examples with user names and roles used on JBAS testsuite

Task