-
Bug
-
Resolution: Done
-
Blocker
-
7.1.1.Final
-
None
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.
The following error is thrown:
[Server:server-one] 17:27:12,270 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool – 15) Operation ("add") failed - address:
([
[Server:server-one] ("subsystem" => "messaging"),
[Server:server-one] ("hornetq-server" => "default"),
[Server:server-one] ("connector" => "connector")
[Server:server-one] ]) - failure description: "JBAS014746: factory-class may not be null"
- is duplicated by
-
AS7-4423 Error when clustering queues in domain mode
- Closed