Greg A. created CAMEL-9004:
------------------------------
Summary: Implement SRV DNS resolution to each component that has
an 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
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")
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)