Although both MQe and MQ offer assured delivery, they each provide for
different levels of assurance.
- When a message is travelling from MQe to MQ, the message transfer is only
assured if the combination of putMessage and confirmPutMessage is
used.
- When a message is travelling from MQ to MQe, the transfer is assured only
if the MQ message is defined as persistent.
See Messaging for more detailed information on
transferring messages.