[jboss-jira] [JBoss JIRA] (WFLY-2966) add an unresolvedDestinationAddress property to OutboundSocketBinding
Jeff Mesnil (JIRA)
issues at jboss.org
Wed Feb 19 11:19:47 EST 2014
Jeff Mesnil created WFLY-2966:
---------------------------------
Summary: add an unresolvedDestinationAddress property to OutboundSocketBinding
Key: WFLY-2966
URL: https://issues.jboss.org/browse/WFLY-2966
Project: WildFly
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Domain Management
Affects Versions: 8.0.0.Final
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 8.0.1.Final
The outbound-socket-config resource allows to specify an host but the corresponding OutboundSocketConfig always returns a resolved (on the server) InetAddress in its #getDestinationAddress() method.
On hosted environment such as OpenShift, the domain name resolution may be different from the hosted server than from the client so that the resolved IP address may be different in the two cases.
There are use cases where we need to retrieve the unresolved destination address specified in the resource. For example, the messaging connectors must know the hostname of the server but the name resolution must be done on the client side, not on the server side.
This enhancement would add a getUnresolvedDestinationAddress() method to OutboundSocketConfig(), deprecates the current getDestinationAddress() and delegates it to a new getResolvedDestinationAddress() method
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list