From owner-freebsd-ports@freebsd.org Tue Jul 17 15:09:47 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C20E5104355F for ; Tue, 17 Jul 2018 15:09:47 +0000 (UTC) (envelope-from SRS0=G+MS=KB=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 568A98D4CC for ; Tue, 17 Jul 2018 15:09:47 +0000 (UTC) (envelope-from SRS0=G+MS=KB=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 3D20328459; Tue, 17 Jul 2018 17:09:46 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id B161C28412; Tue, 17 Jul 2018 17:09:35 +0200 (CEST) Subject: Re: IBM MQ Client on FreeBSD To: Alexander Leidinger , freebsd-ports@freebsd.org References: <20180717162941.Horde.iidPYqcPPcD5U_9DOLTImjD@webmail.leidinger.net> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <8cc8fb9f-1200-1fdf-b29d-f2b444852f26@quip.cz> Date: Tue, 17 Jul 2018 17:09:35 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.3 MIME-Version: 1.0 In-Reply-To: <20180717162941.Horde.iidPYqcPPcD5U_9DOLTImjD@webmail.leidinger.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2018 15:09:47 -0000 Alexander Leidinger wrote on 2018/07/17 16:29: [...] > There's also an python MQ: >  - https://github.com/dsuch/pymqi >  - https://www.rabbitmq.com/devtools.html (there's a Python section) > > Note: I have used neither of them. https://github.com/dsuch/pymqi it still needs IBM MQ client installed cite: As a prerequisite, you first need to install an IBM MQ client in the system that PyMQI is about to be installed; it is a free library offered by IBM on top of which higher-level ones, such as PyMQI, can connect to queue managers. IBM MQ clients can be downloaded from IBM's website. Thank you anyway for your reply. Miroslav Lachman