How to do a Message Queuing in python 2.2?
Must be in python 2.2, I need for a legacy system.
I've already looked a lot and found nothing, I'm already thinking that it can not be done.
Which I do not doubt, since python 2.2 is quite old.
How to do a Message Queuing in python 2.2?
Must be in python 2.2, I need for a legacy system.
I've already looked a lot and found nothing, I'm already thinking that it can not be done.
Which I do not doubt, since python 2.2 is quite old.
I made a .jar that reads the queue and inserts in our database. And a listener in python that looks at the table. Not python 2.2, but work's.