Multiple choice technology web technology

Within MQ environment which of the following are allowed

  1. Setting priority to messages

  2. Grouping of messages

  3. Splitting a message in multiple parts

  4. Transforming a message.

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

In IBM MQ, message priority can be set using the Priority field in the MQMD structure. Message grouping is achieved through the GroupId and SeqNumber fields in MQMD for related messages. Message segmentation allows large messages to be split into multiple physical segments using the Segmentation field. Message transformation is typically an application-level operation, not an inherent MQ capability.