103104105106107108109
protected Destination createDestination(String name) { return new ActiveMQTopic(name); } protected JMSDestinationStats createDestinationStats() { return new JMSTopicStatsImpl(); }
102103104105106107108