/* 231 */ throw new IllegalArgumentException(this + " bufferSize must be > 0");
/* */ }
/* */
/* 234 */ this.maxBufferSize = bufferSize;
/* 235 */ this.minBufferSize = (bufferSize / 2);
/* 236 */ this.buffer = new BasicPriorityLinkedList(10);
/* 237 */ this.isConnectionConsumer = isCC;
/* 238 */ this.ackMode = ackMode;
/* 239 */ this.sessionDelegate = sess;
/* 240 */ this.consumerDelegate = cons;
/* 241 */ this.consumerID = consumerID;