是否可以从部署在WSO2 AS中的Web应用程序向想要初始化长轮询连接的客户端发送推送通知,该客户端请求重定向到AS中的Web应用程序的ESB代理?
流程可能是这样的:
Client long polling request (Browser) -> WSO2 ESB proxy -> WSO2 AS web application (Cometd)
Asynchronously, WSO2 AS web application sends push notifications to the client through the ESB proxy.
谢谢!
答案 0 :(得分:1)
我自己回答。有可能的。我用Cometd 2.x servlet和浏览器作为客户端通过javascript启动连接。
以下是关于如何制作它的一个非常明确的例子: http://docs.cometd.org/tutorials/