简体   繁体   English

Spring Boot + Spring Integration Websocket适配器+ Tibco JMS服务器

[英]Spring boot + Spring Integration Websocket adapter + Tibco JMS Server

I am working to build an application (Server side) which should pick message from tibco jms queue and then post that to a url at which the Client (written in angular js) will listen, and also from client when some actions are taken then the server should listen to those actions and perform respective actions. 我正在构建一个应用程序(服务器端),该应用程序应从tibco jms队列中选择消息,然后将其发布到客户端(以角度js编写)将在其中侦听的url,并在采取某些操作时从客户端发布,服务器应侦听这些动作并执行相应的动作。

I can read from tibco jms queue and can place it to a spring integration channel. 我可以从tibco jms队列中读取信息,并将其放置到spring集成通道中。

My question here is that, can this be build using spring integration websocket adaptors (inbound & outbound) ? 我的问题是,这可以使用spring集成websocket适配器(入站和出站)构建吗? If yes then can someone help me with some references for sending to the client and receiving from the client adaptor configurations ? 如果是,那么有人可以帮助我提供一些参考,以发送给客户端以及从客户端适配器配置接收信息吗?

All the info about Spring Integration Websocket module is in the Reference Manual . 有关Spring Integration Websocket模块的所有信息在参考手册中

You also can take a look to a couple samples: 您还可以看几个示例:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM