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



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

Answer / 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

More Advanced Java Interview Questions

Difference between swing and awt?

0 Answers  


if i know the lenght of collection in hand, should I use Array or Arraylist? justify

1 Answers   iTrust,


What is meant by multi-threading?

6 Answers  


what is singleton class? where it mainly used in the projects?

5 Answers   Satyam, Wipro,


What do you need to set-up a cluster with jboss?

0 Answers  






What is the purpose of the finally clause of a try-catch-finally statement?

0 Answers  


What do you mean by Socket Programming?

0 Answers  


What are Benefits of Connection Pooling?

2 Answers  


Difference between DurableSubscription and non- DurableSubscription?

0 Answers  


What is colon_pkg_prefixes and what is its use?

0 Answers  


Can I have an action without a form?

0 Answers  


Is the infobus client side only?

0 Answers  


Categories