-
Bug
-
Resolution: Duplicate
-
Major
-
7.1.1.Final
When I configure the jms connections like below within the domain.xml. I am trying to have my queue recognize each other from to separate machines.
<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>
--------------------------------
I get the following error.
--------------------------------
[Server:blah-manager-server] 19:05:50,030 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool – 10) Operation ("add") failed - address: ([
[Server:blah-manager-server] ("subsystem" => "messaging"),
[Server:blah-manager-server] ("hornetq-server" => "default"),
[Server:blah-manager-server] ("connector" => "this_server_connector")
[Server:blah-manager-server] ]) - failure description: "JBAS014746: factory-class may not be null"
- duplicates
-
AS7-4414 In domain mode, JBoss crashes when defining a hornetq connector (not netty's connector)
- Resolved