Overview of the MQeFields container structure
/* create an MQeFields object */ MQeFields fields = new MQeFields( );
MQeFieldsHndl hFields; rc = mqeFields_new(&exceptBlock, &hFields);
Use the entity name to retrieve and update values. It is good practice to keep names short, because the names are included with the data when the MQeFields item is transmitted.
The name must:
Storage and retrieval of values in MQeFields
Examples of storing values in an MQeFields item, and retrieving values from an MQeFields itemEmbedding MQeFields items
Description of how to embed an MQeFields item within another MQeFields item
Parent topic: Messaging