Tuesday, November 29, 2011

What is the relationship between the Java Message Service and the Java Naming and Directory Interface (JNDI) API?

The JMS API, like the other Java Enterprise APIs, uses the JNDI API for administration. The JMS API defines ConnectionFactories and Destinations as administered objects that are configured and placed in a JNDI naming context. JMS clients then look up and use these preconfigured objects. This insures that JMS applications are easy to deploy and administer.
Category:JMS Interview Questions

No comments:

Post a Comment