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

Gert Vanthienen commented on SMX4-792:
--------------------------------------

Most of the other Camel endpoint use a camelCaseNotation (starting with a lower 
case) for this kind of endpoint properties.  I would suggest we stick to the 
same kind of naming convention for our endpoints.

So, instead of having...
{code}
from("nmr:helloworld?RUN_AS_SUBJECT=true").process(new SubjectProcessor());
{code}

... we should try to make that something like this instead:
{code}
from("nmr:hellworld?runAsSubject=true").process(new SubjectProcessor());
{code}

> Support run as subject for Camel NMR endpoint
> ---------------------------------------------
>
>                 Key: SMX4-792
>                 URL: https://issues.apache.org/jira/browse/SMX4-792
>             Project: ServiceMix 4
>          Issue Type: Improvement
>          Components: camel-nmr
>    Affects Versions: 4.3.0
>            Reporter: Gert Vanthienen
>            Assignee: Freeman Fang
>             Fix For: 4.4.0
>
>
> Now that the NMR supports invoking endpoints on behalf of the Subject that 
> lives in the Message (cfr. SMX4NMR-265), we should improve the Camel NMR 
> component to support this feature as well.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to