如何从 javascript 订阅 JMS 主题 - 需要一个完整的例子
How to subscribe to a JMS topic from javascript - need a full example
我正在使用活动的 mq 生成 jMs 主题消息,我希望能够从 javasript 订阅特定主题。
我需要有关如何执行此操作的完整示例。
非常感谢
你可以像这样使用 websockets
https://github.com/apache/activemq/tree/master/activemq-web-demo/src/main/webapp/websocket
https://github.com/jmesnil/stomp-websocket/blob/master/example/chat/index.html
http://activemq.apache.org/websockets.html
有很多库和例子https://github.com/krukow/stomple/blob/master/example/transactional-chat.html
我正在使用活动的 mq 生成 jMs 主题消息,我希望能够从 javasript 订阅特定主题。 我需要有关如何执行此操作的完整示例。
非常感谢
你可以像这样使用 websockets https://github.com/apache/activemq/tree/master/activemq-web-demo/src/main/webapp/websocket
https://github.com/jmesnil/stomp-websocket/blob/master/example/chat/index.html
http://activemq.apache.org/websockets.html
有很多库和例子https://github.com/krukow/stomple/blob/master/example/transactional-chat.html