1 Reply Latest reply on Apr 9, 2013 10:13 AM by jbertram

    migration from (mp) AS 4.2.2 to (hornetq) AS 6.1.0 uil2-service.xml

    vpolakis

      Hi all,

       

      I am performing a migration from (mp) AS 4.2.2 to (hornetq) AS 6.1.0.

      For MQ port 8093 is defined in uil2-service.xml as ServerBindPort

       

      ______________________________

      <mbean code="org.jboss.mq.il.uil2.UILServerILService"

              name="jboss.mq:service=InvocationLayer,type=UIL2">

       

          <!-- The server chain -->

          <depends optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>

          <!-- JNDI binding -->

          <attribute name="ConnectionFactoryJNDIRef">ConnectionFactory</attribute>

          <!-- JNDI binding for XA -->

      <attribute name="XAConnectionFactoryJNDIRef">XAConnectionFactory</attribute>

          <!-- The bind address -->

      <attribute name="BindAddress">${jboss.bind.address}</attribute>

          <!-- The bind port -->

      <attribute name="ServerBindPort">8093</attribute>

      ______________________________

       

      Where should I attach this port in Hornetq?

       

      Thx

      Br, Vangelis