mirror of https://github.com/apache/activemq.git
[AMQ-6587] - fix typo in test that needs 1.7 final
This commit is contained in:
parent
e415d2921e
commit
64b3203713
|
@ -123,7 +123,7 @@ public class DestinationGCStressTest {
|
|||
c.start();
|
||||
Session s = c.createSession(false, Session.AUTO_ACKNOWLEDGE);
|
||||
MessageProducer producer = s.createProducer(null);
|
||||
Message message = session.createTextMessage();
|
||||
Message message = s.createTextMessage();
|
||||
int j;
|
||||
while ((j = max.decrementAndGet()) > 0) {
|
||||
producer.send(new ActiveMQTopic("A." + j), message);
|
||||
|
|
Loading…
Reference in New Issue