Makino Process Flow Diagram
1. Flow Diagram
·We are accessing the application from Jira, for that we need to install the application which requires a “Qualified Domain name with SSL”. Jira will not allow us to upload if the url is not qualified domain with SSL.
2. Flow Description
The Public Network is Jira, where our application will be installed. The application will be connected to Nginx. Nginx is a “Reverse Proxy”.
The Nginx will be connected to the UI, Business and Data base layer.
The request from the UI and Business layer will be passed to RabbitMQ, which will further pass the request to consumer and will create the projects, issues etc.
Once the request is successfully sent to the consumer, RabbitMQ will be sending a response to UI and Business layer.
UI and Business layer further send the response to Nginx.
Nginx will send the response to Public Network which is Jira Makino Application