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
Define aop(assepct oriented programing)?
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?
What is the difference between the font and fontmetrics classes?
Why won’t the jvm terminate when I close all the application windows?
What are the pros and cons of detached objects?
how i secure my site with the https protocol.what are the steps?
Why is string immutable in java?
Brief description about local interfaces?
Explain the advantages and disadvantages of detached objects.
Can I map more than one table in a cmp?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
How are commas used in the intialization and iteration parts of a for statement?
Which container method is used to cause a container to be laid out and redisplayed?
what is Activation Instantinator?
Explain RMI Architecture?