You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I can tell, the MessageAddressingProperties and EndpointReference classes are not serializable so we cannot store those types in a JMS queue as part of a message header (i.e., spring integration MessageHeader).
Any plans to make these classes Serializable in the future?