Class AMQChannel

    • Field Detail

      • _channelMutex

        protected final Object _channelMutex
        Protected; used instead of synchronizing on the channel itself, so that clients can themselves use the channel to synchronize on.
      • _blockContent

        protected volatile boolean _blockContent
        Whether transmission of content-bearing methods should be blocked
      • _rpcTimeout

        protected final int _rpcTimeout
        Timeout for RPC calls
    • Constructor Detail

      • AMQChannel

        public AMQChannel​(AMQConnection connection,
                          int channelNumber)
        Construct a channel on the given connection, with the given channel number.
        Parameters:
        connection - the underlying connection for this channel
        channelNumber - the allocated reference number for this channel