如何设置 JMS Publisher Provider URL 以在 Jmeter GUI 中发送异步消息
How do I set a JMS Publisher Provider URL to send Asynchronous messages in Jmeter GUI
一位开发人员告诉我,对于 JMS 发布者
的 Provider URL 字段,字符串看起来类似于下面的内容
tcp://localhost:62616async=True,这是正确的吗?
我不知道为什么我花了这么长时间才在网上找到这个。以下是参考和答案。
http://activemq.apache.org/how-do-i-enable-asynchronous-sending.html
tcp://localhost:62616?jms.useAsyncSend=true
一位开发人员告诉我,对于 JMS 发布者
的 Provider URL 字段,字符串看起来类似于下面的内容tcp://localhost:62616async=True,这是正确的吗?
我不知道为什么我花了这么长时间才在网上找到这个。以下是参考和答案。
http://activemq.apache.org/how-do-i-enable-asynchronous-sending.html
tcp://localhost:62616?jms.useAsyncSend=true