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

Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...

2 Answers   HCL,


list the types of dialodg

1 Answers   Wipro,


In howmany ways a thread can be created?

3 Answers   HCL,


does j2ee means advanced java

10 Answers  


Can I use javascript to submit a form?

0 Answers  






What is there in browser that it supports web based applications of java or any other PL?

2 Answers  


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?

0 Answers  


What is JasperReports?

2 Answers  


Define aop(assepct oriented programing)?

0 Answers  


explain session tracking. why we used it

3 Answers   Lionbridge,


What is preemptive and Non-preemptive Time Scheduling?

6 Answers   Cognizant,


How would you reatach detached objects to a session when the same object has already been loaded into the session?

0 Answers  


Categories