Open eric-gecheng opened 3 years ago
Quite a lot of below exception messages were observed in system logs:
MQClientNetworkException ("NetWorkException", "Request-sent")
Below exceptions are also observed:
MQClientNetworkException ("NetWorkException", "Idle") MQServerException ("InvalidContent" "The content you send may contains illegal characters.")
version: mq_http_sdk==1.0.1
@drpmma same problem !
MQClient, Producer, Consumer are not thread safe, please use multi instance in mutli thread. 要求这三个对象在线程中是单例的
Quite a lot of below exception messages were observed in system logs:
Below exceptions are also observed:
version: mq_http_sdk==1.0.1