git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@675990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-07-11 15:32:55 +00:00
parent 9c12a0c9b8
commit 8a6b0f1cf1
1 changed files with 2 additions and 2 deletions

View File

@ -307,9 +307,9 @@ public class MasterBroker extends InsertableMutableBrokerFilter {
/**
* A message can be dispatched before the super.send() method returns so -
* here the order is switched to avoid problems on the slave with
* receiving acks for messages not received yey
* receiving acks for messages not received yet
*/
sendToSlave(message);
sendSyncToSlave(message);
super.send(producerExchange, message);
}