Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model "Post office" (receive-process-send) for message processing. #5

Open
KuldeepSinh opened this issue Apr 26, 2014 · 1 comment
Open
Assignees
Labels

Comments

@KuldeepSinh
Copy link
Owner

  1. Published message should be immediately stored in the Message Store.
  2. Once the message is stored, it should be parsed to find out the topic.
  3. Based on the topic, all the subscribers (ID and their message boxes) should be retrieved.
  4. The message ID should be pushed into the queue (message box) of each subscriber.
  5. The sender for each subscriber should pop the message, and send it to the subscriber over the TCP/IP.

Note : For This flow create a separate subtask.

@KuldeepSinh KuldeepSinh changed the title Model "Post office" (receive-process-send) model ) for message processing Model "Post office" (receive-process-send) for message processing Apr 26, 2014
@KuldeepSinh KuldeepSinh changed the title Model "Post office" (receive-process-send) for message processing Model "Post office" (receive-process-send) for message processing. May 17, 2014
@KuldeepSinh
Copy link
Owner Author

@KuldeepSinh KuldeepSinh self-assigned this May 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant