mirror of https://github.com/apache/activemq.git
Fix for the forwarding bridge test the was broken.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425132 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50a6495389
commit
a42fac78b0
|
@ -213,7 +213,6 @@ public class ForwardingBridge implements Bridge {
|
|||
final MessageDispatch md = (MessageDispatch) command;
|
||||
Message message = md.getMessage();
|
||||
message.setProducerId(producerInfo.getProducerId());
|
||||
message.setDestination( md.getDestination() );
|
||||
|
||||
if( message.getOriginalTransactionId()==null )
|
||||
message.setOriginalTransactionId(message.getTransactionId());
|
||||
|
|
Loading…
Reference in New Issue