SPIKE: Adding ActiveMQ in project.
Closed this issue · 3 comments
evtushenko-sasha commented
Estimated time spent 8 hours.
The result of this spike will be finding the best strategy of message exchange between rest-api and rest-client for adding tags and comments, exploring activeMQ, how to install, how to create queues, etc.
exploring Spring JMS.
aleksieiev commented
Notes:
- What will be result of this spike? POC, MVP, thesis and general strategy of message exchange?
- Estimation time for researching?
- Please specify what kind of application will work through JMS, e.g. adding tags just through JMS, but reading list of tags using HTTP to REST-API.
- Are you going to use back pressure mechanism? E. g. if comment has been successfully added then queue send message OK.
evtushenko-sasha commented
Updated.
4. Yes, this is necessary for the stable operation of the application. Since the error on the server, the user must know that the content that he added was not saved.
aleksieiev commented
Connected issue: #20