[ 
https://issues.apache.org/jira/browse/CAMEL-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Greg A. updated CAMEL-9004:
---------------------------
    Description: 
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")


  was:
Some component has got hostname and port parameter.
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 
librairie to implement it before update the camel component.

we could check compliant component to 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")



> 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