Changes in Open MQ 4.4u2, Build 1
This build is available here: http://download.java.net/mq/open-mq/4.4u1/b2
New-mainline promotion for MQ 4.4 release. This release will become the "stand-alone" release of Open MQ as well as being delivered into GlassFish v3.
Changes
- Fix for 6881822 and 6881804, add sample for JMS Grid and Active MQ to jmsbridge xml
- Fix for 6875624 -- APIDirect hang when creating a durable subscriber) [Really, this time!]
- Fix for CR 6882162 -- APIDirect: sending message to a deleted temporary destination doesn't throw a JMSException
- Bug Fix 6882404 - Correction to examples/jms read me
- Fix for 6863401 - Need fscontext.jar in imqjmsra.rar to use STOMP/JMS Bridge.
- Updated legal files
- Fix for 6799428 - Non-persistent messages/Non-durable deposited messages in DMQ cannot be consumed but browsable.
- Fix for 6616704 - Broker memory growth when many consumers created within a sessions
- Fix Open MQ Issue 30 -- Msgs 'Remote' and 'Count' can out of sync in 'imqcmd list dst'
- Fix 6884673 MQ 4.4 Broker could not establish cluster connection with MQ 3.7/3.6 Broker
- Fix for CR 6716678 changes for localisation of destination state
- RFE JMSBridge: mq bridge correlation log message
- RFE 6882044 Allow work to be done on a XAResource after a joined XAResource has been "ended". See CR for details.
- RFE 6881753 - allow tag each message with the jmsbridge name before transfer to target
- RFE 6878945 JMSBridge: allow different user/pwd other than default to create connection from connection-factory
- More cleanup for -- isSameRM: cleanup conlist in connections
- Enhancements for distributed transaction log -- Updates for NewTransactionLogging feature. New changes comprise:
- optional logging of nontransacted messages and acks,
- routing info stored in txnlog records,
- version number added to txnlog files and incompleteTxnStore,
- remove record added to log when required to avoid replay of messages on restart with no log of message ack (e.g. for non-transacted ack)
- conversion code between txnlog format and existing txn file format