What are the types of data passing mechanisams under JMS
specification?



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

Post New Answer

More Advanced Java Interview Questions

What is the relationship between the canvas class and the graphics class?

0 Answers  


java is fully object oriented languages or not? why?

12 Answers   HCL,


what is a non-repeatable read?

0 Answers  


Is “abc” a primitive value?

0 Answers  


Which are the different segments of memory?

0 Answers  






types of exceptions

1 Answers  


how we can implement interface in jsp ?

2 Answers   Google,


How do you download stubs from a Remote place?

1 Answers  


Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?

0 Answers  


What is RRL?

1 Answers  


can a static method be overridden

12 Answers   SolutionNET,


Define the remote object implementation?

0 Answers  


Categories