this.browser = browserValue;
this.consumerIdentifier = theSession.connection.getClientID() + "." + theSession.getSessionId() + "." + this.consumerNumber;
this.startTime = System.currentTimeMillis();
this.messageListenerGuard = new Object();
this.messageQueue = theSession.connection.getMemoryBoundedQueue(this.consumerIdentifier);
this.stats = new JMSConsumerStatsImpl(theSession.getSessionStats(), dest);
this.session.addConsumer(this);
}