3 Replies Latest reply on Oct 9, 2014 7:20 AM by gaohoward

    JBoss Messaging over HTTP

    somostetoikilato

      Hi all,

       

      I am using JBoss EAP 5 with JBoss Messaging 1.4.8.SP9. and I need to set up a new

      ConnectionFactory for JBoss Messaging wich uses HTTP(s).

       

      In the file deploy/messaging/connection-factories-service.xml I set up a new connection factory MBean

       

      <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory"
             name="jboss.messaging.connectionfactory:service=myConnectionFactory"
             xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">
          <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>

          <depends optional-attribute-name="Connector">jboss.web:service=WebServer</depends>

          <depends>jboss.messaging:service=PostOffice</depends>

          <attribute name="JNDIBindings">
              <bindings>
                  <binding>/myConnectionFactory</binding>
                  <binding>java:/myConnectionFactory</binding>
              </bindings>
          </attribute>
      </mbean>

       

      but the start up I get this error:

       

      Deployment "jboss.messaging.connectionfactory:service=JmsHttpConnectionFactory" is in error due

      to the following reason(s): javax.management.AttributeNotFoundException: not found: InvokerLocator

       

      Didi somebody already solved such an issue?

       

      Best regards,

      SK