Author |
Message |
Topic: PyMQI 1.5 - Python interface to WebSphere MQ |
dsuch
Replies: 4 Views: 10932
|
Forum: News/Updates Posted: Thu Oct 01, 2015 5:33 am Subject: PyMQI 1.5 - Python interface to WebSphere MQ |
Right, definitely makes sense!
https://github.com/dsuch/pymqi/issues/21 |
Topic: PyMQI 1.5 - Python interface to WebSphere MQ |
dsuch
Replies: 4 Views: 10932
|
Forum: News/Updates Posted: Thu Oct 01, 2015 5:25 am Subject: PyMQI 1.5 - Python interface to WebSphere MQ |
A question - how do you handle the username/password part of the MQ v8 client connection?
Do you provide options, or does python, to encrypt and decrypt it if it's being saved somewhere or read fr ... |
Topic: PyMQI 1.5 - Python interface to WebSphere MQ |
dsuch
Replies: 4 Views: 10932
|
Forum: News/Updates Posted: Sat Sep 26, 2015 7:03 am Subject: PyMQI 1.5 - Python interface to WebSphere MQ |
Hello,
I'm happy to let you know that a new relase of PyMQI - Python interface to WebSphere MQ - is available for download from GitHub or PyPI.
* https://github.com/dsuch/pymqi
* https://python ... |
Topic: New article - The current state of Python and WebSphere MQ |
dsuch
Replies: 10 Views: 11048
|
Forum: News/Updates Posted: Fri Sep 20, 2013 11:13 am Subject: New article - The current state of Python and WebSphere MQ |
Support means all old and new MQ features are useable.
Tolerate means existing MQ features keep working, new ones maybe not.
Ah, I see. So it will be between tolerating and supporting in that ... |
Topic: New article - The current state of Python and WebSphere MQ |
dsuch
Replies: 10 Views: 11048
|
Forum: News/Updates Posted: Fri Sep 20, 2013 12:48 am Subject: New article - The current state of Python and WebSphere MQ |
Nice work!
Thanks Tibor!
Do all these support or at least tolerate the use of Websphere MQ 7.1 and 7.5?
PyMQI supports any version greater than 5.0, including 7.1, and 7.5 and the othe ... |
Topic: New article - The current state of Python and WebSphere MQ |
dsuch
Replies: 10 Views: 11048
|
Forum: News/Updates Posted: Thu Sep 19, 2013 3:13 am Subject: New article - The current state of Python and WebSphere MQ |
Hello,
I've recently published an article summarizing the current state of tools available
for anyone wishing to develop MQ applications in Python - I'm sure many people will find it useful.
ht ... |
Topic: Python pywmq |
dsuch
Replies: 16 Views: 28708
|
Forum: General Discussion Posted: Wed Apr 27, 2011 4:38 am Subject: Python pywmq |
Sure thing colbyte! I'll be happy to help you out with anything PyMQI or Python related but iSeries isn't really something I'm familiar with. If IFS is something akin to z/Linux then yea, that's not w ... |
Topic: Python pywmq |
dsuch
Replies: 16 Views: 28708
|
Forum: General Discussion Posted: Wed Apr 27, 2011 3:37 am Subject: Re: Iseries |
Hi colbyte,
I'm terribly sorry but it seems I haven't received a notification regarding your post - I was subscribed to the original announcement but apparently the subscription didn't follow to th ... |
Topic: Python pywmq |
dsuch
Replies: 16 Views: 28708
|
Forum: General Discussion Posted: Fri Mar 25, 2011 2:32 pm Subject: Python pywmq |
I've opened two bug reports at the project's issue tracker http://pad.lv/742783 and http://pad.lv/742786. You can subscribe there or I can let you know when there's any progress by private e-mail, wha ... |
Topic: Python pywmq |
dsuch
Replies: 16 Views: 28708
|
Forum: General Discussion Posted: Fri Mar 25, 2011 7:18 am Subject: Python pywmq |
Many thanks for your interest zpat!
As for Python itself, Windows binaries are at the project's site http://python.org/download/releases/. In addition to that, each Linux distribution ships with Py ... |
Topic: NEW: PyMQI 1.2 - Python interface to WebSphere MQ |
dsuch
Replies: 1 Views: 8747
|
Forum: News/Updates Posted: Tue Mar 15, 2011 3:29 am Subject: NEW: PyMQI 1.2 - Python interface to WebSphere MQ |
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 ... |
Topic: How to create a custom RFH2 folder using JMS |
dsuch
Replies: 4 Views: 6881
|
Forum: IBM MQ Java / JMS Posted: Sat May 15, 2010 9:51 am Subject: Re: How to create a custom RFH2 folder using JMS |
Have you guys bothered to check what the soap jars in the soap directory do to the RFH header?
Well, I haven't, but if they have some nicer, higher-level API, then of course they should ... |
Topic: Spring Python 1.1 supports JMS messaging with WebSphere MQ |
dsuch
Replies: 0 Views: 5085
|
Forum: News/Updates Posted: Sat May 15, 2010 6:31 am Subject: Spring Python 1.1 supports JMS messaging with WebSphere MQ |
Hello,
I'm happy to tell you that the open-source project Spring Python [1] has added support for JMS messaging with WebSphere MQ in its latest 1.1 release. It is now possible for Python applicatio ... |
Topic: How to create a custom RFH2 folder using JMS |
dsuch
Replies: 4 Views: 6881
|
Forum: IBM MQ Java / JMS Posted: Sat May 15, 2010 6:24 am Subject: Re: How to create a custom RFH2 folder using JMS |
Is there any way to create the <mq_svc> folder with JMS using WAS 6.1?
If I understand it correctly, the 'mq_svc' folder must exist on the same level as 'usr' does, so unfortunately your bes ... |