Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qmf/engine/Console.h>
Public Types | |
BROKER_INFO = 10 | |
DECLARE_QUEUE = 11 | |
DELETE_QUEUE = 12 | |
BIND = 13 | |
UNBIND = 14 | |
SETUP_COMPLETE = 15 | |
STABLE = 16 | |
QUERY_COMPLETE = 17 | |
METHOD_RESPONSE = 18 | |
enum | EventKind { BROKER_INFO = 10, DECLARE_QUEUE = 11, DELETE_QUEUE = 12, BIND = 13, UNBIND = 14, SETUP_COMPLETE = 15, STABLE = 16, QUERY_COMPLETE = 17, METHOD_RESPONSE = 18 } |
Public Attributes | |
EventKind | kind |
char * | name |
char * | exchange |
char * | bindingKey |
void * | context |
QueryResponse * | queryResponse |
MethodResponse * | methodResponse |
Definition at line 110 of file Console.h.