Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 67829 invoked from network); 15 Sep 2009 12:57:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Sep 2009 12:57:22 -0000 Received: (qmail 4794 invoked by uid 500); 15 Sep 2009 12:57:22 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 4762 invoked by uid 500); 15 Sep 2009 12:57:22 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 4752 invoked by uid 99); 15 Sep 2009 12:57:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 12:57:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 12:57:11 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MnXaU-0001cq-39 for users@activemq.apache.org; Tue, 15 Sep 2009 05:56:50 -0700 Message-ID: <25453535.post@talk.nabble.com> Date: Tue, 15 Sep 2009 05:56:50 -0700 (PDT) From: mukeshs To: users@activemq.apache.org Subject: bridge between activemq and websphere mq MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mukeshs23@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am trying to create a bridge between activemq and Websphere MQ but it is throwing an exception, that it failed to connect to the Queue Manager. The activemq.xml conf i am using is as follows: and the exception which i am getting is : jvm 1 | INFO NetworkConnector - Network Connector default-nc S tarted jvm 1 | ERROR JmsQueueConnector - Failed to initialize the JMSConnector jvm 1 | com.ibm.msg.client.jms.DetailedIllegalStateException: JMSWMQ0018: Fai led to connect to queue manager 'QM_MAPPLE' with connection mode 'Client' and ho st name 'localhost'. Check the queue manager is started and if running in client mode, check there is a listener running. Please see the linked exception for mo re information. jvm 1 | at com.ibm.msg.client.wmq.common.internal.Reason.reasonToExcepti on(Reason.java:489) jvm 1 | at com.ibm.msg.client.wmq.common.internal.Reason.createException (Reason.java:219) jvm 1 | at com.ibm.msg.client.wmq.internal.WMQConnection.(WMQConne ction.java:410) jvm 1 | at com.ibm.msg.client.wmq.factories.WMQConnectionFactory.createV 7ProviderConnection(WMQConnectionFactory.java:7855) jvm 1 | at com.ibm.msg.client.wmq.factories.WMQConnectionFactory.createP roviderConnection(WMQConnectionFactory.java:7331) jvm 1 | at com.ibm.msg.client.jms.admin.JmsConnectionFactoryImpl.createC onnection(JmsConnectionFactoryImpl.java:276) jvm 1 | at com.ibm.mq.jms.MQConnectionFactory.createCommonConnection(MQC onnectionFactory.java:6055) jvm 1 | at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection (MQQueueConnectionFactory.java:115) jvm 1 | at org.apache.activemq.network.jms.JmsQueueConnector.initializeF oreignQueueConnection(JmsQueueConnector.java:209) jvm 1 | at org.apache.activemq.network.jms.JmsQueueConnector.init(JmsQue ueConnector.java:54) jvm 1 | at org.apache.activemq.network.jms.JmsConnector.start(JmsConnect or.java:116) jvm 1 | at org.apache.activemq.broker.BrokerService.startAllConnectors(B rokerService.java:1831) jvm 1 | at org.apache.activemq.broker.BrokerService.start(BrokerService. java:455) jvm 1 | at org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesS et(XBeanBrokerService.java:50) jvm 1 | at org.springframework.beans.factory.support.AbstractAutowireCap ableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1288) jvm 1 | at org.springframework.beans.factory.support.AbstractAutowireCap ableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1257) jvm 1 | at org.springframework.beans.factory.support.AbstractAutowireCap ableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:438) jvm 1 | at org.springframework.beans.factory.support.AbstractAutowireCap ableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:383) If anyone has tried this can give the details or else any help on this is appriciated by anyone. Thanks -- View this message in context: http://www.nabble.com/bridge-between-activemq-and-websphere-mq-tp25453535p25453535.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.