Author |
Message
|
dsuch |
Posted: Thu Sep 19, 2013 3:13 am Post subject: New article - The current state of Python and WebSphere MQ |
|
|
 Novice
Joined: 02 May 2006 Posts: 14
|
|
Back to top |
|
 |
zpat |
Posted: Thu Sep 19, 2013 11:33 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Do all these support or at least tolerate the use of Websphere MQ 7.1 and 7.5? _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
Tibor |
Posted: Fri Sep 20, 2013 12:30 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
Nice work!  |
|
Back to top |
|
 |
dsuch |
Posted: Fri Sep 20, 2013 12:48 am Post subject: |
|
|
 Novice
Joined: 02 May 2006 Posts: 14
|
Tibor wrote: |
Nice work!  |
Thanks Tibor!
zpat wrote: |
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 other two projects build on PyMQI so yes, the versions you mention are supported. I'll make it clearer in the docs.
By the way, it got me curious - what do you mean by tolerating them?  |
|
Back to top |
|
 |
zpat |
Posted: Fri Sep 20, 2013 6:51 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Support means all old and new MQ features are useable.
Tolerate means existing MQ features keep working, new ones maybe not.
These are my terms anyway. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
dsuch |
Posted: Fri Sep 20, 2013 11:13 am Post subject: |
|
|
 Novice
Joined: 02 May 2006 Posts: 14
|
zpat wrote: |
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 case.
For PyMQI - stuff that can be used on anything between 5.0 and 7.5 is MQI, PCF (MQAI), and verbs MQCONN, MQCONNX, MQOPEN, MQCLOSE, MQPUT, MQPUT1, MQGET, MQCMIT, MQBACK, MQBEGIN, MQINQ, MQSET, MQSUB along with various structures supporting them. All that is wrapped in an object-oriented interface.
New things are added when I need them personally, when someone contributes them, when someone signals a need and I get to it with time or if someone sponsors a feature.
Spring Python adds JMS on top of that + means to easily start long running processes.
Zato is on an even higher level with clusters, CLI, GUI and more.
The higher you go the more you're insulated from actually understanding details of how MQ works because one doesn't really need to understand much in 90% of cases when you simply want to asynchronously send a bunch of messages forming a business process, and you need MQ queues. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Sep 27, 2013 2:41 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
If you are interested, I'll be looking for speakers for Capitalware's MQ Technical Conference v2.0.1.4 (September 2014) and this would make a great topic.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
Vitor |
Posted: Sun Sep 29, 2013 6:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
RogerLacroix wrote: |
Capitalware's MQ Technical Conference v2.0.1.4 (September 2014) |
You heard it here first...... _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
exerk |
Posted: Sun Sep 29, 2013 9:28 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Vitor wrote: |
RogerLacroix wrote: |
Capitalware's MQ Technical Conference v2.0.1.4 (September 2014) |
You heard it here first...... |
I've already booked the week and sharpening my rapier-like wit for the next time we meet!
Was good to meet your alter ego by the way  _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Vitor |
Posted: Sun Sep 29, 2013 10:24 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
exerk wrote: |
I've already booked the week and sharpening my rapier-like wit for the next time we meet! |
Yes, it was a shame you didn't bring it this time.
exerk wrote: |
Was good to meet your alter ego by the way  |
Thank you. It's nice to let him out every now and again. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Nov 20, 2013 11:03 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Vitor wrote: |
RogerLacroix wrote: |
Capitalware's MQ Technical Conference v2.0.1.4 (September 2014) |
You heard it here first...... |
I just finished the paperwork for next year's conference (MQTC v2.0.1.4) at Kalahari. It will be held on September 29 to October 1, 2014 (Monday to Wednesday again - same rooms). So mark it in your calendar!!
Since everyone is pretty busy for the next 6 weeks or so, I'll do the "official" launch of MQTC v2.0.1.4 in the middle of January.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|