These two queue types (store and forward)
require some explanation.
An MQe JMX store queue MBean maps onto an MQe queue of
type MQeStoreAndForwardQueue but with the functionality of
that queue somewhat curtailed for ease of use:
- An MQeStoreAndForwardQueue has the ability to store messages
for a list of target queue managers (DestinationQMgrs) and
also has the ability to forward messages to one specified ForwardToQMgr.
- However, the MQe JMX implementation has split this dual messaging functionality
into two, so that our store queues retain the ability to store messages
for a list of target queue managers, but do not have a ForwardToQMgr.
- The forwarding functionality of the MQeStoreAndForwardQueue is
retained in our forward queue MBean.