Skip to content

AbstractMessageSendingTemplate ignores headers in convertAndSend() variant #36120

@sbrannen

Description

@sbrannen

Overview

While working on #36118, I noticed that the
convertAndSend(Object, Map<String, Object>, MessagePostProcessor) variant in AbstractMessageSendingTemplate ignores the supplied headers map.

Consequently, concrete implementations like GenericMessagingTemplate which do not override that method will effectively drop the headers.

Related Issues

Metadata

Metadata

Assignees

Labels

in: messagingIssues in messaging modules (jms, messaging)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions