Python library for Tibco message queue connection with client and server side python scripting

1.4k Views Asked by At

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

  1. Required to connect Tibco message queue.
  2. Send the user request to Tibco.

On Server side programing using python program: Below are the action items

  1. Required to connect Tibco message queue.
  2. Process the request generated by the client side.
  3. 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).

0

There are 0 best solutions below