[ 
https://issues.apache.org/jira/browse/CAMEL-8321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14317800#comment-14317800
 ] 

Claus Ibsen commented on CAMEL-8321:
------------------------------------

[~dhirajsb] any thoughts on this?

> Any of the options can be provided in a message header for producer endpoints 
> with CamelBox. prefix.

If the prefix header is changed from CamelBox. to CamelBox (without dot). Would 
the message headers still be able to use as options, as said above?

eg before
{code}
key=CamelBox.folderId
{code}

After
{code}
key=CamelBoxFolderId
{code}

Notice that the first letter of the option is upper cased? Or we can make the 
case not matter?

I wonder if this requires any change in the core api component or what?




> camel-box - Do not use dot in header keys
> -----------------------------------------
>
>                 Key: CAMEL-8321
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8321
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-box
>            Reporter: Claus Ibsen
>             Fix For: 2.15.0
>
>         Attachments: box.sed
>
>
> This is standard Camel that header keys never has dots as that dont work well 
> with various components such as jms and whatnot.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to