Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 330 Bytes

File metadata and controls

3 lines (2 loc) · 330 Bytes

Java Distributed System Consumers

I used Work-Queues implemantation of RabbitMQ. I created two consumer SendMail and SendEmail. When user send a message the message publish to message queue. Then at the same time the message will consume by two consumers. Thus the user will have informed from consumers and will get response.