What is JMS administered object ?


A preconfigured JMS object (a resource manager connection factory or a destination) created by an administrator for the use of JMS clients and placed in a JNDI namespace.



Explore posts in the same categories: J2EE Interview Questions, JMS Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is destination
  • A JMS administered object that encapsulates the identity of a JMS queue or topic. See point-to-point messaging system, publish/subscribe messaging...
  • Name the ASP Objects?
  • 1. Session Object 2. Application Object 3. Server Object 4. Request Object 5. Response Object 6. Object Context 7. Error Object...
  • Difference Declaration and Instantiation an object?
  • Dim obj as OBJ.CLASS with either Set obj = New OBJ.CLASS or Set obj = CreateObject(?OBJ.CLASS?) or Set obj = GetObject( ,? OBJ.CLASS?) or Dim...
  • What is a Null object?
  • It is an object of some class whose purpose is to indicate that a real object of that class does...
  • How EJB Invocation happens?
  • Retrieve Home Object reference from Naming Service via JNDI. Return Home Object reference to the client. Create me a new...
  • When you serialize an object, what happens to the object references included in the object?
  • The serialization mechanism generates an object graph for serialization. Thus it determines whether the included object references are serializable or...
  • List out some of the object-oriented methodologies.
  • Object Oriented Development (OOD) (Booch 1991,1994). Object Oriented Analysis and Design (OOA/D) (Coad and Yourdon 1991). Object Modelling Techniques ...
  • What is EJB home object
  • An object that provides the life-cycle operations (create, remove, find) for an enterprise bean. The class for the EJB home...
  • What do u meant by “SBI” of an object?
  • SBI stands for State, Behavior and Identity. Since every object has the above three. State:Â It is just a value to...
  • What is the diff between the Create Object and Get object?
  • Create Object - To create an instance of an object. Get Object – To get the reference to an existing object....

    Comment:

    You must be logged in to post a comment.