8990919293949596
PacketRouter router) throws IOException, BrokerException { super(svc, null, router); inputQueue = new IMQBlockingQueue(); outputQueue = new IMQBlockingQueue(); }
107108109110111112113114
throws IOException, BrokerException { super(svc, router); inputQueue = new DummyQueue(); outputQueue = new IMQBlockingQueue(); setConnectionState(Connection.STATE_CONNECTED); }