You need to create a message type to TicketIssued that has an empty message body. What syntax must you use to accomplish this?

You need to create a message type to TicketIssued that has an empty message body. What syntax must you use to accomplish this?


Answer: – CREATE MESSAGE TYPE TicketIssued VALIDATION = EMPTY

(The correct statement is to specify an EMPTY message body; VALIDATION = means the message can still have a message body.)