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:
@@ -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";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user