Categories


Introducing JMS (Java Message Service)

Raiting 5.00

This tutorial shows how to develop programs that use Java Messaging Service (JMS) and also gives an overview of JMS. It provides an intermediary known as message oriented middleware (MOM) for Java programs to enterprise messaging system.

JMS 1.1 simplifies messaging with unified domains

Raiting 5.00

Java applications treat point-to-point messaging and publish/subscribe messaging as completely separate domains. JMS 1.1 fixes this shortcoming by unifying these domains and supports reusable frameworks that is compatible with both the domains.