ARTEMIS-1044 Avoiding StackOverflow on AMQP under load
This commit is contained in:
parent
4936291aec
commit
a4beb18a6e
|
@ -404,7 +404,7 @@ public class AMQPSessionCallback implements SessionCallback {
|
|||
delivery.disposition(Accepted.getInstance());
|
||||
delivery.settle();
|
||||
}
|
||||
connection.flush(true);
|
||||
connection.flush();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue