[jboss-jira] [JBoss JIRA] (AS7-4414) In domain mode, JBoss crashes when defining a hornetq connector (not netty's connector)

Loïc Gangloff (JIRA) jira-events at lists.jboss.org
Thu Apr 5 11:27:47 EDT 2012


Loïc Gangloff created AS7-4414:
----------------------------------

             Summary: In domain mode, JBoss crashes when defining a hornetq connector (not netty's connector)
                 Key: AS7-4414
                 URL: https://issues.jboss.org/browse/AS7-4414
             Project: Application Server 7
          Issue Type: Bug
          Components: JMS
    Affects Versions: 7.1.1.Final
            Reporter: Loïc Gangloff
            Assignee: Andy Taylor
            Priority: Blocker


Defining a hornetq connector like this
<connector name="connector">
       <factory-class>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</factory-class>
       <param key="host" value="192.168.1.2"/>
       <param key="port" value="5445"/>
</connector>


will works in standalone, but not in domain mode.

--
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

       



More information about the jboss-jira mailing list