Spring集成持久pub子通道
是否可以在 Spring Integration 2.1 中配置持久的 pub sub 通道?
Is it possible to configure durable pub sub channel in spring integration 2.1?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
并非没有附加软件,如
Not without addition software like a
实际上,您可以在任何 MessageStore 实现(JDBC、Mongo、Redis、GemFire)中保留消息,并使用 JMS 或 AMQP 支持通道。
Actually, you can persist messages in any MessageStore implementation (JDBC, Mongo, Redis, GemFire) as well as backing the channel with JMS or AMQP.