\apache-activemq-5.3.0\example\src\ProducerTool.java
protected void sendLoop(Session session, MessageProducer producer) throws
Exception {
for (int i = 0; i < messageCount || messageCount == 0; i++) {
}
}
->
for (int i = 0; i < messageCount; i++) {
}
--
View this message in context:
http://old.nabble.com/there-is-a-redundant-phrase-in-ProducerTool.java-%5E.%5E-tp27025647p27025647.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
