POC: Site Added event to queue that listened by desk service and print in logs
kanwalnainsingh opened this issue ยท 5 comments
- Install rabbitmq locally.
- Sender in organisation service. after site is saved send site save request that came from ui to rabbit mq queue.
sample to refer.
https://www.rabbitmq.com/tutorials/tutorial-three-spring-amqp.html
@kanwalnainsingh Hello Can I work on this issue? To be more clear, I have to send a message (to a queue in RabbitMQ) after on event(what kind of events)?
@OmarMorales71 you can work on this. If you go to organisation-service there will be an api to register an organisation.
https://www.bookopendesk.com/api/organisation-service/swagger-ui/index.html?configUrl=/api/organisation-service/v3/api-docs/swagger-config#/organisation-controller/createOrganisation
Current: It only saves to database
Now: We need to send same request to queue that will be listened by desk service and print in log.
@kanwalnainsingh Hello, I did not have time to work on this issue, I apologize. I let it free for any other developer.
Hi @kanwalnainsingh I can work on this with the info on #106 (comment) . I'll raise a draft for feedback, is it okay? ๐
Thanks!
@mayralgr yes you can pick this one.