ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » News/Updates » NEW: PyMQI 1.2 - Python interface to WebSphere MQ

Post new topic  Reply to topic
 NEW: PyMQI 1.2 - Python interface to WebSphere MQ « View previous topic :: View next topic » 
Author Message
dsuch
PostPosted: Tue Mar 15, 2011 3:29 am    Post subject: NEW: PyMQI 1.2 - Python interface to WebSphere MQ Reply with quote

Novice

Joined: 02 May 2006
Posts: 14

Hi,

I'm very happy to announce the release of PyMQI 1.2, the open-source library for connecting Python code to WebSphere MQ.

Introduction

PyMQI allows users to connect Python applications to WebSphere MQ queue managers.

It can be used to develop test harnesses for WebSphere MQ based systems, for rapid prototyping of WebSphere MQ applications, for development of administrative GUIs or for mainstream MQ application development.

PyMQI has been used in production environments for several years on Linux, Windows, Solaris and AIX with queue managers running on Linux, Windows, Solarix, AIX, HP-UX and z/OS mainframe. Supported WebSphere MQ versions are 5.0, 5.1, 5.3, 6.0 and 7.0.

What's new

* Added support for MQ 7.0-style publish/subscribe
* Added support for creating and parsing of MQRFH2 headers
* Added new constants in the CMQZC.py module
* Added new structures - MQSRO, MQSD, MQTM, MQTMC2
* PyMQI now supports byte strings
* New MQ verb - MQSUB
* Simplified establishing connections to queue managers
* Added means for checking whether a client application is connected to a queue manager

Special thanks to Hannes Wagener for his extraordinary contributions in the area of publish/subscribe and MQRFH2!

Hello world with PyMQI

Here's an example showing how easy it is to connect to WebSphere MQ and put a message on a queue.

import pymqi

qmgr = pymqi.connect("QM01", "SVRCONN.1", "192.168.1.121(1434)")

q = pymqi.Queue(qmgr, "TEST.QUEUE.1")
q.put("Hello from Python")


Links

Project's homepage: http://packages.python.org/pymqi/
Download URL: https://launchpad.net/pymqi/+download
Usage examples: http://packages.python.org/pymqi/examples.html
Twitter: https://twitter.com/fourthrealm
Blog: http://www.gefira.pl/blog
LinkedIn: http://www.linkedin.com/groups?gid=3726448
IRC: #pymqi channel on Freenode network

Cheers!
Back to top
View user's profile Send private message Visit poster's website
fjb_saper
PostPosted: Sat Mar 26, 2011 12:13 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20698
Location: LI,NY

Discussion held here: http://www.mqseries.net/phpBB2/viewtopic.php?t=57075
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » News/Updates » NEW: PyMQI 1.2 - Python interface to WebSphere MQ
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.