File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
deps/rabbit/test/amqp_jms_SUITE_data/src/test/java/com/rabbitmq/amqp/tests/jms Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -337,13 +337,6 @@ public void message_selector_header_fields(
337
337
private void testJMSDeliveryMode (Session session , Queue queue ) throws Exception {
338
338
MessageProducer producer = session .createProducer (queue );
339
339
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
-
347
340
// default is DeliveryMode.PERSISTENT
348
341
TextMessage msg1 = session .createTextMessage ("msg 1" );
349
342
producer .send (msg1 );
You can’t perform that action at this time.
0 commit comments