Need a proper python library for Tibco message queue - client side and server side samples as well in python.
On Client side programing using python program: Below are the action items
- Required to connect Tibco message queue.
- Send the user request to Tibco.
On Server side programing using python program: Below are the action items
- Required to connect Tibco message queue.
- Process the request generated by the client side.
- Respond back the result to client.
Need Tibco specific python library and also the generic messaging queue python library (which is adaptable to Tibco as well as Kafka).