What are the types of data passing mechanisams under JMS
specification?

Answer Posted / jyoti prasad

There are two types of data passing mechanisams under JMS
1.Point-to-Point Messaging:
A point-to-point (PTP) product or application is built
around the concept of message queues, senders, and
receivers. Each message is addressed to a specific queue,
and receiving clients extract messages from the queue(s)
established to hold their messages.


2.Publish/Subscribe Messaging:
In a publish/subscribe (pub/sub) product or application,
clients address messages to a topic. Publishers and
subscribers are generally anonymous and may dynamically
publish or subscribe to the content hierarchy. The system
takes care of distributing the messages arriving from a
topic's multiple publishers to its multiple subscribers.

Reference:http://docs.cs.uct.ac.za/jms_tutorial/doc/basics.h
tml#1023671

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I run seam with jdk 1.4 and earlier?

555


Why are some of the class and element names counter-intuitive?

571


What you mean by COM and DCOM?

613


Why is actionform a base class rather than an interface?

568


how to use debug in my elipse to solve problems that exist in my project

1763






how i secure my site with the https protocol.what are the steps?

1736


Is the infobus client side only?

607


What is colon_pkg_prefixes and what is its use?

1998


Explain ioc concept?

623


What is threadfactory?

614


What is difference between object state and behavior?

580


What class is the top of the awt event hierarchy?

576


Should synchronization primitives be used on bean methods?

551


Why a component architecture for the java platform?

578


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

1100