Jeff Mesnil created AS7-4594:
--------------------------------
Summary: do not resolve socket-bindings used by messaging
Key: AS7-4594
URL:
https://issues.jboss.org/browse/AS7-4594
Project: Application Server 7
Issue Type: Bug
Components: JMS
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 7.1.2.Final-redhat1
HornetQ remote acceptors and connectors can be configured using socket-bindings.
The current code tries to resolve the socket address to get its host name that is
serialized into JMS connection factories.
The client will then lookup a CF with the hostname to connect to AS7's HornetQ server.
If the clients can not look up the host name, the connection will fail.
The messaging subsystem should not try to resolve the address but serialize it "as
is" so that the client will use it directly.
The only exception is that *by default*, we use the loopback address for
RemoteConnectionFactory. We need to check whether the socket address is a loopback and
resolve it before serializing it for the client use.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira