Re: CHANNEL_MAX and CHANNEL_HIGH_BIT question

2014-01-23 Thread Gordon Sim
On 01/22/2014 07:40 PM, Alan Conway wrote: From qpid/cpp/src/qpid/framing/amqp_types.h: /** Maximum channel ID used by broker. Reserve high bit for internal use.*/ const ChannelId CHANNEL_MAX=(ChannelId(~1))1; const ChannelId CHANNEL_HIGH_BIT= ChannelId(~CHANNEL_MAX); Does anyone know if and

Re: CHANNEL_MAX and CHANNEL_HIGH_BIT question

2014-01-23 Thread Alan Conway
On Thu, 2014-01-23 at 09:43 +, Gordon Sim wrote: On 01/22/2014 07:40 PM, Alan Conway wrote: From qpid/cpp/src/qpid/framing/amqp_types.h: /** Maximum channel ID used by broker. Reserve high bit for internal use.*/ const ChannelId CHANNEL_MAX=(ChannelId(~1))1; const ChannelId