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