i have a requirement where i need to push a XML to JMS queue. i am being client i should create a JMS publisher in python and send that xml to JMS publisher. JMS is on WebLogicserver.
i have the JMS connection factory , endpoint , host , port and queue name.
kindly help me how to achieve this using Python code