2 Home
gitea_admin edited this page 2026-03-11 14:35:52 +00:00

Drop Headers Action

Remove headers from the message in transit based on a pattern

Metadata

Property Value
Type action
Group Actions
Namespace EIP
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
pattern string Name or pattern of headers to remove. The pattern is matched in the following order, 1 = exact match 2 = wildcard (pattern ends with a and the name starts with the pattern) 3 = regular expression (all of above is case in-sensitive).
excludePattern string Name or pattern of headers to not remove. The pattern is matched in the following order, 1 = exact match 2 = wildcard (pattern ends with a and the name starts with the pattern) 3 = regular expression (all of above is case in-sensitive).

Dependencies

  • camel:core
  • camel:kamelet