979899100101102103104105
originalDestination); publisherMap.put(originalDestination, j); if (log.isDebugEnabled()) log.debug("Added publisher for " + originalDestination); } catch (Exception ex) { throw new TransportException(ex); } } }
120121122123124125126127128
consumer.setMessageListener(j); receiverMap.put(originalDestination, j); if (log.isDebugEnabled()) log.debug("Added receiver for " + originalDestination); } catch (Exception ex) { throw new TransportException(ex); } } }