Templates by BIGtheme NET

JMS

JMS Introduction

JMS Basics : 1) JMS (Java Message Service) is a Java API that allows you to create, send, receive, and read messages. 2) It also mandates that messaging is asynchronous and has specific elements of reliability, like guaranteed and once-and-only-once delivery. JMS is the de facto messaging solution in the Java community. 3) In JMS, message consumers and producers talk ...

Read More »