JMS and JVT Questions

What is JMS and how JMS was designed? What is JVT? What is the use of JVT? How to implement the JVT? (java value type)

Showing Answers 1 - 3 of 3 Answers

Dibyendu Jenamani

  • Oct 26th, 2007
 

HI,

    JMS is an JAVA API for writting applications to communicate with Message Queue or Topics. For sending and receiving messages across application servers JMS applications are used.

JVT is a frame work for designing your application.Its not related to JMS.
JSR-91 Soecification uses JVT and XVT for TT application.

JVT is used for synchronous process. It uses Java Objects for communications. Java Objects are sent across the networks.

Thanks ... If there will be any wrong information given by me please let me know.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions