mirror of https://github.com/apache/activemq.git
avoid println in the console output
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@467690 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b68267a341
commit
9ba6fcc40f
|
@ -33,7 +33,7 @@ public class RetroactiveConsumerTestWithLastImagePolicyWithWildcardTest extends
|
|||
|
||||
protected void sendMessage(MessageProducer producer, TextMessage message) throws JMSException {
|
||||
ActiveMQTopic topic = new ActiveMQTopic(destination.toString() + "." + (counter++));
|
||||
System.out.println("Sending to destination: " + topic);
|
||||
// System.out.println("Sending to destination: " + topic);
|
||||
producer.send(topic, message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue