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
What are the sequence of steps to write pub or sub model kind of application?
When a thread blocks on i/o, what state does it enter?
What is a modular application?
What is the argument type of a programs main() method?
What is abstract schema?
What is the difference between long.class and long.type?
what is Activation Instantinator?
What modifiers may be used with an interface declaration?
Can I map more than one table in a cmp?
Explain what is synchronization?
Are we allowed to change the transaction isolation property in middle of a transaction?
how to use debug in my elipse to solve problems that exist in my project
What restrictions are placed on the values of each case of a switch statement?
How is a java object message delivered to a non-java client?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!