mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-5639 - fix regression in NetworkRouteTest eashmock test
This commit is contained in:
parent
002ade79b0
commit
bbf288b12c
|
@ -232,6 +232,7 @@ public class NetworkRouteTest {
|
|||
msg.setDestination(new ActiveMQTopic("test"));
|
||||
msgDispatch = new MessageDispatch();
|
||||
msgDispatch.setMessage(msg);
|
||||
msgDispatch.setDestination(msg.getDestination());
|
||||
|
||||
ConsumerInfo path1 = new ConsumerInfo();
|
||||
path1.setDestination(msg.getDestination());
|
||||
|
|
Loading…
Reference in New Issue