theLink 10.0
Loading...
Searching...
No Matches
MqDumpC_CS_API

MqDumpC - the class known as dmp or dump is used to export a csmqmsgque data package as binaryMore...

+ Collaboration diagram for MqDumpC_CS_API:

Topics

 MqDumpC_TOR_CS_API
 MqDumpC - various functions to create, initialize and destroy a dump
 
 MqDumpC_Misc_CS_API
 MqDumpC - various functions to work on a dump
 
 MqDumpC_Introspection_CS_API
 

Classes

class  csmqmsgque.MqDumpC
 MqDumpC - the class known as dmp or dump is used to export a csmqmsgque data package as binaryMore...
 

Detailed Description

MqDumpC - the class known as dmp or dump is used to export a csmqmsgque data package as binary

The dump is used to exchange data with external counterparts such as a database or a user-specific infrastructure.

There are 3 different function that deal with a dump:

  1. The MqDumpExport export the read-data-package from the calling context to a dump.
  2. The MqDumpImport imports the dump into the read-data-package of the calling context. All MqContextC READ API functions can be used to read the data from the read-data-package.
  3. The MqProxyForward imports the dump into the send-data-package of the calling context. All MqContextC SEND API functions can be used to write the data into the send-data-package
See also
MqContextC PROXY API