AntonRoskvist commented on a change in pull request #3858:
URL: https://github.com/apache/activemq-artemis/pull/3858#discussion_r761833005
##########
File path:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/ClusterTestBase.java
##########
@@ -751,6 +762,10 @@ protected void sendInRange(final int node,
message.putStringProperty(ClusterTestBase.FILTER_PROP, new
SimpleString(filterVal));
}
+ if (routingType != null) {
Review comment:
I think those changes are needed, otherwise send defaults to MULTICAST.
Since I am sending messages to a broker without a consumer in the test then
those messages would otherwise get discarded... right? I can have another look
at it if you think otherwise.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]