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
Have you used threads in Servelet?
how do you Handle Front End Application data against DB with example?
What is the purpose of the finally clause of a try-catch-finally statement?
What is permgen or permanent generation?
what are RemoteObjects?
How a component can be placed on Windows?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What are the different types of exception?
What do you need to set-up a cluster with jboss?
What class is used to create Server side object ?
What is the difference between a menuitem and a checkboxmenuitem?
What are JTA/JTS and how they used by client?
What if the static modifier is removed from the signature of the main method?
What event results from the clicking of a button?