/* 80 */ ConnectionState connectionState = (ConnectionState)sessionState.getParent();
/* 81 */ SessionDelegate sessionDelegate = (SessionDelegate)invocation.getTargetObject();
/* 82 */ ConsumerState consumerState = (ConsumerState)((DelegateSupport)consumerDelegate).getState();
/* 83 */ String consumerID = consumerState.getConsumerID();
/* 84 */ int prefetchSize = consumerState.getBufferSize();
/* 85 */ QueuedExecutor sessionExecutor = sessionState.getExecutor();
/* 86 */ int maxDeliveries = consumerState.getMaxDeliveries();
/* 87 */ long redeliveryDelay = consumerState.getRedeliveryDelay();
/* */
/* 90 */ String queueName = null;
/* 91 */ if (consumerState.getSubscriptionName() != null)