[
https://issues.apache.org/jira/browse/CAMEL-11452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16079966#comment-16079966
]
Claus Ibsen commented on CAMEL-11452:
-------------------------------------
Thanks for the patch, however I think we should use the header filter strategy
that some components support. Then we can control the filtering, and also skip
certain filters which is internal only.
A component typically extend this base class
https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/impl/HeaderFilterStrategyComponent.java
You can then search the Camel source code for components that does that and use
as inspiration for the patch.
> It should be possible to add extra headers for STOMP subscriptions
> -------------------------------------------------------------------
>
> Key: CAMEL-11452
> URL: https://issues.apache.org/jira/browse/CAMEL-11452
> Project: Camel
> Issue Type: Improvement
> Components: camel-stomp
> Affects Versions: 2.19.1
> Reporter: Oliver Holzmann
> Attachments: CAMEL-11452.patch
>
>
> I need to subscribe to a stomp destination providing extra custom stomp
> headers. This is currently not possible.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)