Reset counter in test
This commit is contained in:
@@ -63,6 +63,7 @@ public class BatchMessageListenerContainerIntegrationTests {
|
||||
while(jmsTemplate.receiveAndConvert("queue")!=null) {
|
||||
// do nothing
|
||||
}
|
||||
count = 0;
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
|
||||
Reference in New Issue
Block a user