1 / 4

JMS Adapter

Java Messaging Server is an API form Sun Microsystems <br>JMS comes under Message Oriented Middleware (MOM) to send messages between two or more clients <br>

Télécharger la présentation

JMS Adapter

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Oracle SOA/OSB/BPM File Adapters By Viswateja

  2. JMS Adapter • Java Messaging Server is an API form Sun Microsystems • JMS comes under Message Oriented Middleware (MOM) to send messages between two or more clients • Using JMS we can achieve loosely coupled framework • using Oracle JMS adapter we can connect to any JMS providers • Popular JMS providers • IBM MQ • Sun Microsystems JMS • Tibco EMS • Microsoft MQ etc…

  3. JMS features • JMS producer/publisher • A JMS client that creates and sends messages. • JMS consumer/subscriber • A JMS client that receives messages. • JMS message • An object that contains the data being transferred between JMS clients. • JMS queue • A staging area that contains messages that have been sent and are waiting to be read (by only one consumer). Contrary to what the name queue suggests, messages don't have to be received in the order in which they were sent. A JMS queue only guarantees that each message is processed only once. • JMS topic • A distribution mechanism for publishing messages that are delivered to multiple subscribers.

More Related