I am working on a spring boot project which is related to financial domain.
I am using MQ Visual Edit Software to inject a financial message in a queue and test the message.
Able to successfully connected to Queue manager server and import the message.
But the messages which are import are text files containing the information in the form of xml representation.
Message Type
============
MQMT_DATAGRAM
MQMT_REQUEST
MQMT_REPLY
MQMT_REPORT
MQMT_MQE_FIELDS
MQMT_SYSTEM_LAST
MQMT_APPL_FIRST
MQMT_MQE_FIELDS_FROM_MQE
Can you explain what is the Message Type we should chose and how to test message in a queue?