Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个需要连接到远程 SonicMQ 队列的 JMS 订阅者应用程序。当我使用代理 url、用户名、密码等连接到队列时,我收到 Queue not found 异常,但代理上存在队列,并且 .binding 文件上提供了队列详细信息。那么 .binding 文件中所有可用的队列是否可以使用非 .binding 文件方法访问(使用代理 url 和端口连接到代理)?使用 brokerurl、用户名、密码等连接到代理和使用 .binding 文件作为提供程序 url 连接之间有什么区别吗?