Java Message Service
-
JMS – Publish/Subscribe messaging example using ActiveMQ and Maven
In a publish/subscribe (pub/sub) product or application, clients address messages to a top…
-
JMS – Point-to-Point Messaging Example using ActiveMQ and Maven
A point-to-point (PTP) product or application is built on the concept of message queues, s…
-
JMS – Hello World using ActiveMQ
The Java Message Service (JMS) API is a Java Message Oriented Middleware (MOM) API for sen…
-
JMS – ActiveMQ Message Priority Example
Priority levels are a powerful instrument on JMS messages which allow building robust appl…
-
JMS – Message Types and Properties Overview
The basic structure of a JMS message consists out of three parts: headers, properties and …