We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef5cdc commit 5effc26Copy full SHA for 5effc26
test/src/com/rabbitmq/examples/MulticastMain.java
@@ -86,9 +86,9 @@ public static void main(String[] args) {
86
int frameMax = intArg(cmd, 'M', 0);
87
int heartbeat = intArg(cmd, 'b', 0);
88
89
- if ((producerTxSize + consumerTxSize > 0) && confirm) {
+ if ((producerTxSize > 0) && confirm) {
90
throw new ParseException("Cannot select both producerTxSize"+
91
- "/consumerTxSize and confirm");
+ " and confirm");
92
}
93
94
//setup
0 commit comments