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
Difference between hashmap and hashtable?
What are the sequence of steps to write pub or sub model kind of application?
what are the activation groupworks?
What you mean by COM and DCOM?
Where can I find seam examples and documentation?
Explain what is orm?
Why does the option tag render selected=selected instead of just selected?
What is local interface. How values will be passed?
Explain the difference between object state and behavior?
How messaging services are done, before release of JMS?
What is the purpose of the wait() method?
what is a portable component?
Is the infobus client side only?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is the infobus?