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 |
can we write implementation for a method with in another method?
What is the need of serialize?
Why is actionform a base class rather than an interface?
what is the Remote Stub?
Which Taglibraury you used in your project? plz send me ans....which we r using generally
What are the benefits of detached objects?
What is the difference between java class and bean?
What is serialization and de-serialization ?
how java is os independent language ?
How are the elements of a cardlayout organized?
What are the advanatages of RMI ?
How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration