Question: Question 11 5 pts By having the front end communicate through a messaging queue rather than directly with the database it is possible to... (choose
Question 11 5 pts By having the front end communicate through a messaging queue rather than directly with the database it is possible to... (choose multiple) D avoid having to set up a messaging layer easily run multiple front end containers easily monitor the rate of requests use vanilla SQL code in the front end Question 12 5 pts What are the advantages of isolating your front end from direct database access? (choose multiple) it makes it easier to set things up initially because you don't have to worry about middleware between the front end and database it makes it easier to change the type of database used in the future it makes it easier to coordinate multiple front end instances it means the front end can only be written in PHP
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
