theLink 10.0
Loading...
Searching...
No Matches
MqDumpC_ATL_API

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

+ Collaboration diagram for MqDumpC_ATL_API:

Topics

 MqDumpC_Class_ATL_API
 MqDumpC - define the class …
 
 MqDumpC_TOR_ATL_API
 MqDumpC - various functions to create, initialize and destroy a dump
 
 MqDumpC_Misc_ATL_API
 MqDumpC - various functions to work on a dump
 

Detailed Description

MqDumpC - the class known as dmp or dump is used to export a atlmqmsgque 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