Multiple choice technology platforms and products

Types of associated source definitions to define the message data in an MQSeries mapping:

  1. Xml

  2. VSAM

  3. Flat file

  4. Relational DB

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

In IBM MQSeries (WebSphere MQ) mapping, you can define associated source definitions for message data using VSAM (Virtual Storage Access Method) files and Flat files. These are traditional mainframe data sources that MQSeries can interface with. XML is typically handled through specialized XML parsers rather than direct source definitions in this context. Relational databases use different connectivity mechanisms (like ODBC/JDBC) and are not classified as associated source definitions in the same category as VSAM and flat files for MQSeries mappings.