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 |
When a thread blocks on i/o, what state does it enter?
What is abstract schema?
Which are the different segments of memory?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
What is scalable, portability in the view of J2EE?
I wantr to know, How many number of users logged in to website? can any one answer
What does module-relative mean?
what is the port number of RMI?
What are the different types of exception?
Can constructors be synchronized in java?
How can I scroll through list of pages like the search results in google?
what are the activation groupworks?