spring-projects / spring-projects/spring-integration

Spring Integration JMS DefaultJmsHeaderMapper doesn't have feature to set the OutboundHeaderNames and InboundHeaderNames [INT-4412]

Open
#8,337 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

in: jms type: enhancement
Dominant language
Java
Stars
1.6k
Forks
1.2k
Avg merge
17h 48m
Merged PRs (30d)
62

Description

Ananthan opened INT-4412 and commented

We have requirement to exclude some of custom message headers from Spring Integration Message to JMS Message. Currently Spring Integration DefaultJmsHeaderMapper populates all primitive type headers to JMS Message.

We are looking the features to set the OutboundHeaderNames, InboundHeaderNames and ExcludedOutboundStandardRequestHeaderNames, ExcludedInboundStandardResponseHeaderNames similar to DefaultHttpHeaderMapper.

Please review and provide your feddback.


Affects: 4.3.14

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Spring Integration DefaultJmsHeaderMapper named in the issue and compare its header-mapping options with DefaultHttpHeaderMapper. Confirm the expected outbound and inbound inclusion and exclusion behavior, then add coverage showing that configured names control which headers are mapped between Spring Integration messages and JMS messages.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring
Domain
backend, distributed-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.