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.
我可以将使用 jmsclient.js 从 Kaazing jms 版本发送到 Message Broker 的消息的 DeliveryMode 更改为 NON-PERSISTENT,因为默认情况下它每次都只采用 Persistent。
您可以使用 jmsclient.js 预定义函数 producer.send(txt message, DeliveryMode.NON_PERSISTENT, INT, LONG, CALLBACK) 执行相同操作。