INT-980 added prefix to the Message History element's key in the headers

This commit is contained in:
Mark Fisher
2010-02-04 23:51:01 +00:00
parent 9b301bf19f
commit a07ed6b81d

View File

@@ -54,7 +54,7 @@ public final class MessageHeaders implements Map<String, Object>, Serializable {
public static final String ERROR_CHANNEL = PREFIX + "errorChannel";
public static final String HISTORY = "history";
public static final String HISTORY = PREFIX + "history";
public static final String EXPIRATION_DATE = PREFIX + "expirationDate";