The following issues affect the Message Queue broker.
HTTPS createQueueConnection occasionally throws an exception on Windows 2000. (Bug ID 4953348).
Workaround Retry the connection.
When using Control-C to shut down a broker, transactions might be cleaned up after store is closed (Bug ID 4934446).
The broker might show the errors message “Store method accessed after the store is closed” if the broker is shut down while messages or transactions are processed.
Workaround You can ignore this error message. The broker correctly handles notifying consumers of any error. This error does not affect the reliability of the system.
Consumers are orphaned when a destination is destroyed (Bug ID 5060787).
Active consumers are orphaned when a destination is destroyed. Once the consumers have been orphaned, they will no longer receive messages even if the destination is re-created.
Workaround None.
Message selection using JMSMessageID doesnot work (Bug ID 6196233).
Change the selector from the following expression
JMSMessageID = "ID:message-id-string"
to the following expression
JMSMessageID IN (’ID:message-id-string’, ’message-id-string’)