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 9268fae commit b4ce6d4Copy full SHA for b4ce6d4
src/test/java/com/rabbitmq/client/amqp/impl/ClientTest.java
@@ -493,8 +493,8 @@ void refuseLinkReceiverToInvalidAddressShouldReturnInvalidField() throws Excepti
493
}
494
495
@Test
496
- @BrokerVersionAtLeast(RABBITMQ_4_1_0)
497
- void rpcVolatileQueue() throws Exception {
+ @BrokerVersionAtLeast(RABBITMQ_4_2_0)
+ void requestReplyVolatileQueue() throws Exception {
498
try (Client client = client()) {
499
org.apache.qpid.protonj2.client.Connection serverC = connection(client);
500
Session serverS = serverC.openSession();
0 commit comments