Skip to content

Commit

Permalink
CAMEL-12129: fix broken integration test from CAMEL-12111
Browse files Browse the repository at this point in the history
  • Loading branch information
jisikoff authored and davsclaus committed Jan 7, 2018
1 parent 8311af0 commit 03900cb
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -161,7 +161,8 @@ protected void doSuspend() throws Exception {

@Override
protected void doResume() throws Exception {
reconnect();
createConsumers();
startConsumers();
}

@Override
Expand Down

0 comments on commit 03900cb

Please sign in to comment.