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

Claus Ibsen commented on CAMEL-9004:
------------------------------------

Can you explain more about this, and why you think its any of Camel concern.

Camel is the facade, if there is some networking thingy then its those 3rd 
party libraries to either support or not support that.


> Implement SRV DNS resolution to each component that has got hostname/port 
> parameters
> ------------------------------------------------------------------------------------
>
>                 Key: CAMEL-9004
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9004
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Greg A.
>            Priority: Minor
>              Labels: features
>
> Some components have got hostname and port parameters.
> With SRV DNS record, service can retrieve the correct hostname and port.
> > dig -t SRV _xmpp-server._tcp.gmail.com
> _xmpp-server._tcp.gmail.com. 900 IN   SRV     5 0 5269 
> xmpp-server.l.google.com.
> _xmpp-server._tcp.gmail.com. 900 IN   SRV     20 0 5269 
> alt4.xmpp-server.l.google.com.
> But few libraries implement this feature. we have to contact each underlying 
> librairies provider to implement it before update the camel component.
> we could check already compliant components, test them and update 
> documentation.
> we also could start to implement it into one or two librairies with the 
> following process.
> 1/ create JIRA int the underlying library, 
> 2/ standby correction
> 3/ update component, 
> 4/ test, 
> 5/ update doc, 
> 6/ release
> this issue could be very long to resolve.
> from("smtp://_smtp._tcp.gmail.com")
> from("rabbitmq://_amqp._tcp.rabbitmq.com")



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

Reply via email to