Messages

Message Queue in a Nutshell for you!

Reading Time: 2 minutes What if you have a service having heavyweight processing requests? Or maybe it has a very spiky workload? There could be multiple ways of handling that. And one of those could be using a message queue. So here in this blog, I’ll be summarizing the message queue for you. I will be covering what and why of it today and in the next blog you Continue Reading

Messages and internationalization in Play 2.4.x

Reading Time: 3 minutes In this blog we would discuss about Messages and internationalization in Play Framework which would drive us through the implementation and testing of the Play MessagesAPI. Messages and internationalization Play supports Internationalization (i18n) out of the box by leveraging the underlying internationalization support. With Play you are able to customize the text that appears in a view based on the user’s Locale. Specifying languages supported Continue Reading