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 95fdaca commit 86d5d45Copy full SHA for 86d5d45
test/src/com/rabbitmq/examples/MulticastMain.java
@@ -83,11 +83,6 @@ public static void main(String[] args) {
83
int frameMax = intArg(cmd, 'M', 0);
84
int heartbeat = intArg(cmd, 'b', 0);
85
86
- if ((producerTxSize > 0) && confirm >= 0) {
87
- throw new ParseException("Cannot select both producerTxSize"+
88
- " and confirm");
89
- }
90
-
91
//setup
92
String id = UUID.randomUUID().toString();
93
Stats stats = new Stats(1000L * samplingInterval);
0 commit comments