Is it possible to configure durable pub sub channel in spring integration 2.1?

link|improve this question

42% accept rate
feedback

2 Answers

Not without addition software like a

  • AMQP broker (e.g. RabbitMQ) or
  • JMS broker (e.g. ActiveMQ, HornetQ, etc) or
  • Datagrid (e.g Gemfire)
link|improve this answer
feedback

Actually, you can persist messages in any MessageStore implementation (JDBC, Mongo, Redis, GemFire) as well as backing the channel with JMS or AMQP.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.