/* */
/* 1813 */ String consumerID = GUIDGenerator.generateGUID();
/* */
/* 1815 */ int prefetchSize = this.connectionEndpoint.getPrefetchSize();
/* */
/* 1817 */ JBossDestination dest = new JBossQueue(queueName);
/* */
/* 1821 */ ServerConsumerEndpoint ep = new ServerConsumerEndpoint(consumerID, binding.queue, binding.queue.getName(), this, selectorString, false, dest, null, null, 0L, -1, true, false);
/* */ ConsumerAdvised advised;
/* 1830 */ synchronized (AspectManager.instance())
/* */ {