AMQChannel channel = new AMQChannel(getSession(), _channelID, getSession().getVirtualHost().getMessageStore());
getSession().addChannel(channel);
SubscriptionFactory factory = new SubscriptionFactoryImpl();
_subscription = factory.createSubscription(_channelID, getSession(), new AMQShortString("cTag"),
false, null, false,
new LimitlessCreditManager());
_subscription.setQueue(_queue, false);