Fix Stream RabbitListenerTests
- stop container before deleting the streams.
This commit is contained in:
@@ -176,6 +176,13 @@ public class RabbitListenerTests extends AbstractIntegrationTests {
|
||||
public boolean isRunning() {
|
||||
return this.running;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getPhase() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user