3 Replies Latest reply on Oct 28, 2008 11:36 AM by nordmeyer

    Problem Configuring JMS Client for Websphere MQ

      Hi,

      I want to connect to a Websphere MQ JMS interface. I am trying to configure the connection and client-side libraries for a few days now. My main resource of information about the matter is this here from JBoss
      http://www.jboss.org/community/docs/DOC-12535

      According to this documentation, I placed the rar in the deploy dir and created the *-service.xml and *-ds.xml file at the same place. As I don't want to receive messages, I skipped all other configuration.

      When starting JBoss AS (4.2.2.GA) the log ends with the following message:

      11:23:36,725 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      
      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@c418ff1c { url=file:/C:/Programme/jboss-4.2.2.GA/server/default/deploy/rwbJboss-mq-server.xml }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/C:/Programme/jboss-4.2.2.GA/server/default/deploy/rwbJboss-mq-server.xml
       altDD: null
       lastDeployed: 1225103016709
       lastModified: 1225103016709
       mbeans:
      
      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@c418ff1c { url=file:/C:/Programme/jboss-4.2.2.GA/server/default/deploy/rwbJboss-mq-server.xml }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/C:/Programme/jboss-4.2.2.GA/server/default/deploy/rwbJboss-mq-server.xml
       altDD: null
       lastDeployed: 1225103016709
       lastModified: 1225103016709
       mbeans:
      


      A few lines above, I read
      11:23:30,551 ERROR [STDERR] WMQ Resource Adapter warning: MQJCA4005:Distributed transactions are not available in client mode.
      

      but the IBM documenation
      http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzaw.doc/uj40040_.htm
      says I can ignore it when I don't need distributed transactions.

      Is there someone out in the world who connected the WS MQ the way I have to?

      Thanks,
      Thomas