Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
Namespaces | Typedefs | Enumerations | Variables
qpid/framing/amqp_types.h File Reference

Definitions and forward declarations of all types used in AMQP messages. More...

#include "qpid/sys/IntegerTypes.h"

Go to the source code of this file.

Namespaces

namespace  qpid
namespace  qpid::framing
 

The framing namespace contains classes that are used to create, send and receive the basic packets from which AMQP is built.


Typedefs

typedef uint8_t qpid::framing::FrameType
typedef uint16_t qpid::framing::ChannelId
typedef uint32_t qpid::framing::BatchOffset
typedef uint8_t qpid::framing::ClassId
typedef uint8_t qpid::framing::MethodId
typedef uint16_t qpid::framing::ReplyCode

Enumerations

enum  qpid::framing::DeliveryMode { qpid::framing::TRANSIENT = 1, qpid::framing::PERSISTENT = 2 }

Variables

const ChannelId qpid::framing::CHANNEL_MAX = (ChannelId(~1))>>1
 Maximum channel ID used by broker.
const ChannelId qpid::framing::CHANNEL_HIGH_BIT = ChannelId(~CHANNEL_MAX)

Detailed Description

Definitions and forward declarations of all types used in AMQP messages.

Definition in file amqp_types.h.


Qpid C++ API Reference
Generated on Thu Aug 23 2012 for Qpid C++ Client API by doxygen 1.7.5