[jboss-jira] [JBoss JIRA] (AS7-4594) do not resolve socket-bindings used by messaging

SBS JIRA Integration (JIRA) jira-events at lists.jboss.org
Thu May 30 11:30:55 EDT 2013


     [ https://issues.jboss.org/browse/AS7-4594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SBS JIRA Integration updated AS7-4594:
--------------------------------------

    Forum Reference: https://community.jboss.org/message/738099#738099

    
> 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 (EAP)
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list