MqDumpC - the class known as dmp or dump is used to export a pymqmsgque data package as binary …
More...
|
struct | MqDumpS |
| MqDumpC - the class known as dmp or dump is used to export a pymqmsgque data package as binary … More...
|
|
MqDumpC - the class known as dmp or dump is used to export a pymqmsgque 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:
- The MqDumpExport export the read-data-package from the calling context to a dump.
- 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.
- 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
◆ MqDumpLog_1XS
#define MqDumpLog_1XS |
( |
| dump | ) |
|
◆ MqDumpLog_RT()
log the MqDumpC …
- Parameters
-
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | dmp | the MqDumpS instance to work on |
[in] | fmtobj | managed object used to format the log-message (default=None → use default-format) |
[in] | debug | the debug level from MkRuntimeS::debug, use 0 <= debug <= 9 (default=0 ) |
[in] | callfunc | a user-defined postfix to identify the calling function or the environment (default=name-of-function ) |
[in] | lvl | a user-defined prefix starting with "" for lvl=0 and increase with " " for lvl+1 (default=0 ) |