Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 8761 invoked from network); 23 Apr 2009 00:40:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Apr 2009 00:40:00 -0000 Received: (qmail 85362 invoked by uid 500); 23 Apr 2009 00:40:00 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 85308 invoked by uid 500); 23 Apr 2009 00:39:59 -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 85298 invoked by uid 99); 23 Apr 2009 00:39:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2009 00:39:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tabish121@gmail.com designates 74.125.92.145 as permitted sender) Received: from [74.125.92.145] (HELO qw-out-1920.google.com) (74.125.92.145) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2009 00:39:49 +0000 Received: by qw-out-1920.google.com with SMTP id 5so245733qwc.26 for ; Wed, 22 Apr 2009 17:39:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=6dulsjP10tK9QLfCBuBdEa6AndQ7pOC+btxXxXUvQLg=; b=ZPb8dV8cLEHh21KGhGaWLPNd8ksaFMhKkYi/EVi9I55facqvgNmRAjnjq5tNg7PSU5 DIgt6XVzghv6qvJJb8Uv5CmUMqu7hSxePkN/XuRcS2tbgjv0U8gbN5awgYMus6hcIBDk lOAaaThEKzUGb5C5B/t+ubm1zlnAbHkXWRZMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=UWxDSU7iuGnv2V2TRfs9QMUMIaNkIlaOXE/AZ8R6hy5D2tGd4dywpmOlVk0Pano9aI qrWvLZK32sfSaZ72zBZz+VTX4K1cR+/g0VqhTGxqKVMhR3PJ0ZTpgWYlvNQY46ROjOH2 I+xMpdTkXrwUEquNV+kWT0y6zdUyJvuFwN+R8= Received: by 10.220.84.20 with SMTP id h20mr805626vcl.60.1240447167917; Wed, 22 Apr 2009 17:39:27 -0700 (PDT) Received: from ?192.168.2.199? ([68.49.143.174]) by mx.google.com with ESMTPS id 5sm359675yxt.44.2009.04.22.17.39.26 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Apr 2009 17:39:27 -0700 (PDT) Subject: Re: Connect to IBM MQ From: Timothy Bish To: users@activemq.apache.org In-Reply-To: <23182846.post@talk.nabble.com> References: <23182846.post@talk.nabble.com> Content-Type: text/plain Date: Wed, 22 Apr 2009 20:39:25 -0400 Message-Id: <1240447165.3174.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Wed, 2009-04-22 at 17:26 -0700, xaos wrote: > Please forgive me if this is too stupid a question but, > > when I connect from my MAC OSX box to my SUN Ultra 2, running IBM MQ Server > (With tested queues), I get this: > > >From MAC box (athena): > > I just run the program "main" with changes to point to the IBM MQ server. > (export > DYLD_LIBRARY_PATH=/opt/mycode/owmq/openwire-c/build/Deployment:$DYLD_LIBRARY_PATH;./main) > > >From Sun BOX(helios), while looking at the error log > > 04/22/09 20:10:30 - Process(16780.35) User(xaos) Program(amqrmppa) > AMQ9207: The data received from host 'athena (10.0.0.31)' is not valid. > > EXPLANATION: > Incorrect data format received from host 'athena (10.0.0.31)' over TCP/IP. > It > may be that an unknown host is attempting to send data. An FFST file has > been > generated containing the invalid data received. > ACTION: > Tell the systems administrator. > ----- amqxfdcx.c : 768 > -------------------------------------------------------- > > I guess this means that I can't connect with IBM MQ. I know, the protocol is > openwire and I (mistakenly) thought that I would just communicate with IBM > MQ. > > I am running activemq openwire. > > The question is, how do I talk to IBM MQ? > > Thanks in advance, > > -George H It appears you are using the OpenWire C client, in that case you won't be able to talk to an IBM MQ server with that as its using the ActiveMQ protocol, which isn't compatible with the IBM server. You'd need to use an IBM compatible C client. Regards Tim. -- Tim Bish http://fusesource.com http://timbish.blogspot.com/