You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/05/04 14:40:13 UTC

[jira] [Commented] (CAMEL-9943) Expose mail session as a URI option for camel-mail endpoints

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

Claus Ibsen commented on CAMEL-9943:
------------------------------------

Are you working on a PR ?

> Expose mail session as a URI option for camel-mail endpoints
> ------------------------------------------------------------
>
>                 Key: CAMEL-9943
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9943
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-mail
>            Reporter: James Netherton
>
> In a JavaEE container, mail sessions are typically managed resources that are looked up from JNDI or injected as resources into objects.
> Right now the only way I see to configure a custom session for camel-mail is by:
> {code}
> mailEndpoint.getConfiguration().setSession(myMailSession);
> {code}
> Or by implementing a custom JavaMailSender.
> It'd be nicer if we could do something like:
> {code}
> from("direct:start")
> .to("smtp://localhost?session=#myMailSession")
> {code}



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