Please, I need help. I am using Java for sending active mq messages to the
queue which should be picked by python subscribers. This is happening
fine.when ever we send a message it's been picked up. But the problem is
the request takes more than 30 seconds to send back the response for the
request, since the requested process is huge[takes time]. By that time the
subscriber goes down, not sure why. But for short time requests it will be
fine. I have googled a lot and tried many things. Can anyone take a look at
this?
using "python_qpid_proton-0.31.0" and for java "qpid-jms-client".
should i change libraries or can i get an example on "java receiver and
sender" and also "python receiver and sender"
I had posted even in stack overflow. But no one gave a solution.
https://stackoverflow.com/questions/66888790/warn-transport-connection-to-tcp-ipport-failed-org-apache-activemq-tran