Skip to content

Commit c67c416

Browse files
committed
Add TODO
1 parent 8d0d103 commit c67c416

File tree

1 file changed

+1
-0
lines changed
  • deps/rabbit/test/amqp_jms_SUITE_data/src/test/java/com/rabbitmq/amqp/tests/jms

1 file changed

+1
-0
lines changed

deps/rabbit/test/amqp_jms_SUITE_data/src/test/java/com/rabbitmq/amqp/tests/jms/JmsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ private void testJMSDeliveryMode(Session session, Queue queue) throws Exception
341341
// e.g. priority is set to a value other than the default of 4.
342342
// Only then will the Qpid JMS client send the durable field in the AMQP header section.
343343
// Once https://issues.apache.org/jira/browse/QPIDJMS-608 is resolved, we can remove below line.
344+
// TODO delete below line when https://github.com/rabbitmq/rabbitmq-server/pull/13918 is merged
344345
producer.setPriority(3);
345346

346347
// default is DeliveryMode.PERSISTENT

0 commit comments

Comments
 (0)