JMS

JMS (Java Message Service) is a Java API for messaging between distributed applications in a loosely coupled, asynchronous manner. It provides a standard way for Java applications to send, receive, and process messages using message-oriented middleware (MOM) systems such as Apache ActiveMQ, IBM MQ, and RabbitMQ. JMS supports message queues, topics, and publish-subscribe messaging models, enabling reliable communication and integration between software components and systems.

chevron-down