removed priority and deliverMode headers (values set on send) - might re-add in M4 if we determine a consistent way to access those when sending (currently using the JmsTemplate convertAndSend() method so we don't have the granularity of control necessary).

This commit is contained in:
Mark Fisher
2010-03-12 19:19:56 +00:00
parent c586aedb25
commit 5f9c1beaf7

View File

@@ -43,8 +43,4 @@ public abstract class JmsHeaders {
public static final String TYPE = PREFIX + "type";
public static final String DELIVERY_MODE = PREFIX + "deliveryMode";
public static final String PRIORITY = PREFIX + "priority";
}