简体   繁体   English

Spring与tibco Rendezvous整合

[英]Spring-integration with tibco Rendezvous

I am working standalone spring-boot application that needs to connect to a topic of a Tibco RV messaging system (Not Tibco EMS). 我正在使用独立的spring-boot应用程序,需要连接到Tibco RV消息系统 (Not Tibco EMS)的主题。 I would like to know if there is a way to connect a spring application with the Tibco RV messaging system? 我想知道是否有办法将spring应用程序与Tibco RV消息传递系统连接起来? Whatever examples I have seen are using Tibco EMS but can't find any documentation for connecting a spring application in a peer-to-peer messaging system like Tibco RV. 无论我看到的是什么示例都使用Tibco EMS,但找不到任何用于在像Tibco RV这样的对等消息系统中连接spring应用程序的文档。

Any kind of help in this would be appreciated. 任何形式的帮助将不胜感激。

The link is wrong in your question. 你的问题中的链接是错误的。 Anyway looking into the Internet there is no JMS bridge for Tibco RV and we don't have choice unless use their Java API from the custom Channel Adapter implementations. 无论如何看着互联网,没有用于Tibco RV的JMS桥接器,除非使用自定义通道适配器实现中的Java API ,否则我们没有选择。 Yes, for publishing messages to the RV we would need only TibrvTransport in the @ServiceActivator method. 是的,为了将消息发布到RV,我们在@ServiceActivator方法中只需要TibrvTransport But for the TibrvListener we definitely need to implement MessageProducerSupport . 但对于TibrvListener我们肯定需要实现MessageProducerSupport

暂无
暂无

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

相关问题 混合 spring-integration 和 spring 调度程序 - Mix spring-integration and spring scheduler Spring-integration 中的@InboundChannelAdapter 没有连续运行? - @InboundChannelAdapter in Spring-integration is not running continously? 如何在Spring集成中模拟InboundAdapter? - How to mock an InboundAdapter in spring-integration? Spring-integration ExpressionEvaluatingRequestHandlerAdvice 无法评估 failureExpression - Spring-integration ExpressionEvaluatingRequestHandlerAdvice unable to evaluate the failureExpression 如何在spring-integration tcp网关中实现粘性session? - How to implement sticky session in spring-integration tcp gateway? 与AWS S3的Spring集成重试失败的“获取”文件 - spring-integration with AWS S3 retry failed “get” file Spring-Integration:异常时未发送Tcp服务器响应 - Spring-Integration: Tcp Server Response not sent on Exception spring-integration MockIntegrationContext ReactiveStreamConsumer: IllegalArgumentException: 'subscriber' 在“...端点”中不能是 null - spring-integration MockIntegrationContext ReactiveStreamConsumer: IllegalArgumentException: 'subscriber' must not be null in the "...endpoint" Spring Boot + Spring Integration Websocket适配器+ Tibco JMS服务器 - Spring boot + Spring Integration Websocket adapter + Tibco JMS Server 使用Spring-Integration获取具有某些字段(投影)的mongodb文档(仅限注释) - Get mongodb documents with certain fields(projections) using Spring-Integration (annotations only)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM