Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include "qpid/SessionId.h"
#include "qpid/framing/amqp_structs.h"
#include "qpid/client/Message.h"
#include "qpid/client/Completion.h"
#include "qpid/client/TypedResult.h"
#include "qpid/client/ClientImportExport.h"
#include <string>
Go to the source code of this file.
Classes | |
class | qpid::client::SessionBase_0_10 |
Base class for handles to an AMQP session. More... | |
Namespaces | |
namespace | qpid |
namespace | qpid::client |
Enumerations | |
enum | qpid::client::CreditUnit { qpid::client::MESSAGE_CREDIT = 0, qpid::client::BYTE_CREDIT = 1, qpid::client::UNLIMITED_CREDIT = 0xFFFFFFFF } |
Unit of message credit: messages or bytes. More... |