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

Which class is the immediate superclass of the menucomponent class?

631


Are we allowed to change the transaction isolation property in middle of a transaction?

567


What are the oops concept?

581


What is the difference between system.out ,system.err and system.in?

598


How would you reatach detached objects to a session when the same object has already been loaded into the session?

682






Is “abc” a primitive value?

617


What is ripple effect?

637


How to pass parameters in RMI?

1690


What is TL and its use?

1993


What is mdb and what is the special feature of that?

568


Explain about thread synchronization inside a monitor?

2004


Difference between swing and awt?

603


Why do threads block on i/o?

686


What is the difference between RMI and Corba?

2262


Write a singleton program?

572