Point to Point

Posts tagged Point to Point

JMS Message Persistence Example

JMS Persistence Software applications that use Java Messaging Service (JMS) are required to ensure the reliable delivery of message between clients. Message persistency in JMS API provides a…

Configure JMS Client using GlassFish 3

I have taken Theoretical concepts from http://docs.oracle.com/javaee/1.3/jms/tutorial/1_3_1-fcs/doc/overview.html#1027335 with a little modifications. What Is Messaging ? Messaging is a method of communication between software components or applications. A messaging…