Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4423

Error when clustering queues in domain mode

    XMLWordPrintable

Details

    • Hide

      Run domain mode and try to have your queues clustered across machines. To do this you need to setup manual jms netty connections and explicitly give hostnames. So when you do this in the domain.xml, jboss does not like this in domain mode, I heard it works in standalone mode.

      Show
      Run domain mode and try to have your queues clustered across machines. To do this you need to setup manual jms netty connections and explicitly give hostnames. So when you do this in the domain.xml, jboss does not like this in domain mode, I heard it works in standalone mode.
    • Medium

    Description

      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"

      Attachments

        Issue Links

          Activity

            People

              tomazcerar Tomaž Cerar (Inactive)
              only1kairi Kairi Henry (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: