Articles


Java Messaging Service

JMS or Java Messaging service is a solution for asynchronous communication using messages (objects). Initially, it was part of JSR (specification used in Java EE).

Simple Problem as Example to Explain: User Creation Service

Let’s assume we have any service that can process only 100 requests per second. Any higher load will freeze service or put it down.

Source de l’article sur DZONE

In the video below, we take a closer look at how to send or receive product objects to or from a queue using Spring, JMS, and RabbitMQ with annotations. So, let’s get started!

Check out the links below to download the code and PPT:

Source de l’article sur DZONE