Class Queue.Subscription

  • Enclosing class:
    Queue

    private static class Queue.Subscription
    extends Object
    • Field Detail

      • proxyId

        long proxyId
      • serverId

        short serverId
      • consumerTag

        String consumerTag
      • exclusive

        boolean exclusive
      • noAck

        boolean noAck
      • noLocal

        boolean noLocal
      • channelId

        int channelId
    • Constructor Detail

      • Subscription

        public Subscription​(DeliveryListener deliveryListener,
                            int channelId,
                            String consumerTag,
                            boolean exclusive,
                            boolean noAck,
                            boolean noLocal,
                            short serverId,
                            long proxyId)