Skip to content

Commit 1b51249

Browse files
committed
Delete setting priority field
because this commit is rebased onto branch amqp-durable containing #13918
1 parent c67c416 commit 1b51249

File tree

1 file changed

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

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,6 @@ public void message_selector_header_fields(
337337
private void testJMSDeliveryMode(Session session, Queue queue) throws Exception {
338338
MessageProducer producer = session.createProducer(queue);
339339

340-
// For now we can only write a test where some AMQP header section field has a non-default value,
341-
// e.g. priority is set to a value other than the default of 4.
342-
// Only then will the Qpid JMS client send the durable field in the AMQP header section.
343-
// 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
345-
producer.setPriority(3);
346-
347340
// default is DeliveryMode.PERSISTENT
348341
TextMessage msg1 = session.createTextMessage("msg 1");
349342
producer.send(msg1);

0 commit comments

Comments
 (0)