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
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??
What is Remote Server?
What value does read() return when it has reached the end of a file?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is the relationship between an event-listener interface and an event-adapter class?
What is the highest-level event class of the event-delegation model?
Explain ioc concept?
Name three component subclasses that support painting?
What restrictions are placed on the location of a package statement within a source code file?
What are callback interfaces?
Are there books about seam?
Explain about thread synchronization inside a monitor?
Which containers use a border layout as their default layout?
What is the argument type of a programs main() method?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?