Skip to content

Commit

Permalink
QPID-3604 Added sync() after sending message stop for each subscriber.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1235553 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Rajith Muditha Attapattu committed Jan 24, 2012
1 parent 90a3233 commit f857cea
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -800,6 +800,7 @@ public void sendSuspendChannel(boolean suspend) throws AMQException, FailoverExc
getQpidSession().messageStop(String.valueOf(consumer.getConsumerTag()),
Option.UNRELIABLE);
}
sync();
}
else
{
Expand Down

0 comments on commit f857cea

Please sign in to comment.