Skip to content

Commit b4ce6d4

Browse files
committed
Test volatique queue on RabbitMQ 4.2+
1 parent 9268fae commit b4ce6d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/rabbitmq/client/amqp/impl/ClientTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,8 @@ void refuseLinkReceiverToInvalidAddressShouldReturnInvalidField() throws Excepti
493493
}
494494

495495
@Test
496-
@BrokerVersionAtLeast(RABBITMQ_4_1_0)
497-
void rpcVolatileQueue() throws Exception {
496+
@BrokerVersionAtLeast(RABBITMQ_4_2_0)
497+
void requestReplyVolatileQueue() throws Exception {
498498
try (Client client = client()) {
499499
org.apache.qpid.protonj2.client.Connection serverC = connection(client);
500500
Session serverS = serverC.openSession();

0 commit comments

Comments
 (0)