Multiple choice technology web technology

Ending an application program without disconnecting from queue manager will result in a commit of unit of work.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When an MQ application ends without properly disconnecting (calling MQDISC), the Queue Manager treats this as an abnormal termination. The unit of work is backed out (rolled back), NOT committed. Any uncommitted messages within the unit of work are removed. Proper application shutdown requires either explicit commit (MQCMIT) or disconnect (MQDISC) to ensure messages are committed or handled correctly.