What are the types of messaging?



What are the types of messaging?..

Answer / maanya shree

There are two TYPES of Messaging.

Synchronous Messaging: Synchronous messaging involves a client that waits for the server to respond to a message.

Example : Call to database and got data

Asynchronous Messaging: Asynchronous messaging involves a client that does not wait for a message from the server. An event is used to trigger a message from a server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JMS Interview Questions

What is the use of StreamMessage?

1 Answers  


What is jms message?

0 Answers  


How JMS is different from RPC?

1 Answers  


How to handle non-transacted sessions with respect to jms?

0 Answers  


How do I configure jms security?

0 Answers  






What is a bytes message?

0 Answers  


Explain about message selector?

0 Answers  


What is administered objects in jms?

0 Answers  


What is the difference between queue and topic ?

1 Answers  


For sending messages through JMS, what encryption options are there?

0 Answers  


What is the difference between JMS and RPC (Remote Procedure Call)?

0 Answers  


How to Send object as message in JMS?

0 Answers  


Categories