mirror of https://github.com/apache/activemq.git
Complete patch for https://issues.apache.org/activemq/browse/AMQ-1585
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@675990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c12a0c9b8
commit
8a6b0f1cf1
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue