【发布时间】:2018-03-28 09:24:34
【问题描述】:
我正在使用 https://github.com/SolaceSamples/solace-samples-jms 存储库的 SingleThreadedConsumer 示例连接到 Solace 代理/目标,但每当我连接时,它都会显示错误:
INFO: Connection attempt failed to host '111.111.111.111' ConnectException - com.solacesystems.jcsmp.JCSMPTransportException:
Error communicating with the router. cause: java.io.IOException: Stream error (zlib).
这是正确的主机和端口(尽管我在此处更改了详细信息),因为我可以使用 telnet 直接连接。 here 提到了同样的错误,但没有得到回答。没有异常被发送到我的 ExceptionListener 并且到目前为止我在调高日志记录级别方面一直没有成功。感谢您的帮助!
【问题讨论】:
标签: solace