[
https://issues.apache.org/jira/browse/CAMEL-18541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608749#comment-17608749
]
Claus Ibsen commented on CAMEL-18541:
-------------------------------------
Its a little bit bigger of a backport, but it does look like the feature is
isolated and does not affect existing behaviour.
However I wonder what happens if you do a
from azure a
to log
to azure b
then that CamelAzureServiceBusApplicationProperties would that propagate those
headers from a to b, and if so is this correct?
> Camel Azure ServiceBusProducer ignore
> CamelAzureServiceBusApplicationProperties
> -------------------------------------------------------------------------------
>
> Key: CAMEL-18541
> URL: https://issues.apache.org/jira/browse/CAMEL-18541
> Project: Camel
> Issue Type: New Feature
> Components: camel-azure
> Reporter: Samo Abuhaseera
> Priority: Major
> Fix For: 3.x
>
>
> This is related to camel-azure-servicebus component.
> The Azure serviceBus Java SDK has a feature allows sender to send
> ApplicationProperties (Map<String,Object), which may be used for passing
> metadata associated with the ServiceBusReceivedMessage, during Service Bus
> operations.
> This feature is not present in Camel ServiceBusProducer. It sends only the
> camel Message body to service bus. There is not a feature to pass meta data
> such as ApplicationProperties.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)