Public Attributes | |
char | dbName [256] |
The database name, for SQLite it is the file name on HD, "xmlBlaster.db". | |
char | queueName [256] |
The name of the queue, "connection_client_joe". | |
char | tablePrefix [20] |
The table prefix to use, "XB_". | |
int32_t | maxNumOfEntries |
The max. | |
int64_t | maxNumOfBytes |
The max. | |
XmlBlasterLogging | logFp |
Your logging implementation or NULL if no logging callbacks are desired. | |
XMLBLASTER_LOG_LEVEL | logLevel |
Set to LOG_TRACE to receive any logging. | |
void * | userObject |
A pointer of your choice, is passed back when calling logFp in queueP->userObject. |
It is passed by the client code to create a queue.
Definition at line 33 of file QueueInterface.h.
char QueueProperties::dbName[256] |
The database name, for SQLite it is the file name on HD, "xmlBlaster.db".
Definition at line 34 of file QueueInterface.h.
char QueueProperties::queueName[256] |
char QueueProperties::tablePrefix[20] |
int32_t QueueProperties::maxNumOfEntries |
int64_t QueueProperties::maxNumOfBytes |
XmlBlasterLogging QueueProperties::logFp |
Your logging implementation or NULL if no logging callbacks are desired.
Definition at line 39 of file QueueInterface.h.
XMLBLASTER_LOG_LEVEL QueueProperties::logLevel |
A pointer of your choice, is passed back when calling logFp in queueP->userObject.
Definition at line 41 of file QueueInterface.h.