108109110111112113114
protected Destination createDestination(String name) { return new ActiveMQQueue(name); } protected JMSDestinationStats createDestinationStats() { return new JMSQueueStatsImpl(); }
89909192939495