简体   繁体   中英

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). I would like to know if there is a way to connect a spring application with the Tibco RV messaging system? 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.

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. Yes, for publishing messages to the RV we would need only TibrvTransport in the @ServiceActivator method. But for the TibrvListener we definitely need to implement MessageProducerSupport .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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