Redis Pub-Sub Message Broker with Java and Spring boot

preview_player
Показать описание
# Introduction
=============
1. Redis Pub/Sub implements the messaging system where the senders
(in Redis terminology called publishers) sends the messages while the receivers (subscribers) receive them.
2. The link by which the messages are transferred is called a channel.
3. In Redis, a client can subscribe to any number of channels.

4. No persistence
5. Receiver has to be up and running to receive the messages. It is a Fire & forgets the model
6. All the subscribers would receive the same message.

Рекомендации по теме
Комментарии
Автор

Thanks for this, it's really help me

battue
Автор

i noticed you used web dependency to keep your subscriber application running, so my question is can we do it in another way, like some other ways keep my subscriber thread running to listen to particular channel incoming messages.

sandeepkumarsingh
join shbcf.ru