简体   繁体   English

我们可以使用 Couchbase 作为 Spring Integration 的消息存储吗

[英]Can we use Couchbase as the message store for Spring Integration

We are implementing Spring Integration aggregator and using JDBC message data store.我们正在实施 Spring Integration 聚合器并使用 JDBC 消息数据存储。 In our environment we have Couchbase and Oracle DB.在我们的环境中,我们有 Couchbase 和 Oracle DB。 I don't want to use Oracle DB, can we use couchbase as the message store.我不想使用Oracle DB,我们可以使用couchbase 作为消息存储。 If yes, can you please suggest the approach.如果是,请您提出建议。

There is a MessageStore strategy that you would need to implement and then configure as any other message store in your Spring Integration components that required it.您需要实现一个MessageStore策略,然后将其配置为需要它的 Spring Integration 组件中的任何其他消息存储。 Here is a bit more info .这里有更多信息

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

相关问题 春季整合:我们可以在没有Maven的独立项目中使用它吗? - Spring-Integration: Can we use it in a Standalone Project without Maven 我可以在没有 Message Broker 的情况下使用 Spring Integration 吗 - Can I use Spring Integration without Message Broker Spring Integration Aggregator + JDBC消息存储性能 - Spring Integration Aggregator + JDBC Message Store performance Spring集成-消息存储恢复/重新发送 - Spring integration - message store recovery/resend Spring Data Project-Couchbase集成 - Spring Data Project - Couchbase Integration Spring 数据沙发库查询DSL集成 - Spring data couchbase querydsl integration 我们可以在 Spring WS 中使用多个消息工厂吗? - Can we use multiple message factories in Spring WS? 我们可以使用Spring Integration在mosquitto中批量处理10个消息负载的组吗 - can we batch up groups of 10 message load in mosquitto using spring integration Spring集成-Microsoft SQL Server 2012的消息存储配置 - Spring Integration - Message Store configuration for Microsoft SQL Server 2012 Spring与ActiveMQ集成以及带有消息存储支持的通道上的事务边界 - Transaction boundaries on Spring Integration with ActiveMQ and an a channel backed with an Message Store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM