INT-1435 added support for dynamic priority (thread-bound at runtime) for sending JMS messages

This commit is contained in:
Mark Fisher
2011-02-02 19:04:46 -05:00
parent d97066bd96
commit da6174c8f0
5 changed files with 109 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -64,7 +63,6 @@ public class JmsPriorityTests {
}
@Test
@Ignore
public void verifyPriorityHeaderUsedAsJmsPriority() throws Exception {
Message<?> message = MessageBuilder.withPayload("test").setPriority(7).build();
outbound.send(message);