1 Reply Latest reply on Jun 23, 2006 2:07 AM by timfox

    Integration of JBOSS with MQ series

    stanwar

      I am trying to integrate MQ Series with JBOSS. I have put the following xml snippet in jboss-service.xml

      <mbean code="jmx.service.wsmq.WSMQConnectionFactory"
       name="jmx.service.wsmq:service=MQQueueConnectionFactory">
       <attribute name="JndiName">WSMQQueueConnectionFactory</attribute>
       <attribute name="JMSStyle">Queue</attribute>
       <attribute name="IsXA">false</attribute>
       <attribute name="QueueManagerName">TESTQMGR</attribute>
       <attribute name="HostName">localhost</attribute>
       <!-- MQJMS_TP_BINDINGS_MQ, MQJMS_TP_CLIENT_MQ_TCPIP, MQJMS_TP_DIRECT_TCPIP -->
       <depends>jboss:service=Naming</depends>
       </mbean>

      When i try to start the server, I am getting following exception

      org.jboss.deployment.DeploymentException: No ClassLoaders found for: jmx.service.wsmq.WSMQConnectionFactory; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: jmx.service.wsmq.WSMQConnectionFactory)

      It seems some jar file is missing from classpath. Can someone help, what is required or some pointer how to integrate MQ Series with JBOSS..

      Thanks!!