INT-980 added prefix to the Message History element's key in the headers
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user