XMS retrieves
an administered object from the repository using the address provided when
the InitialContext object is created, or in the InitialContext properties.
Objects to be retrieved can have the following types of names:
- A simple name describing the Destination object, for example, a queue
destination called SalesOrders
- A composite name, which can be made up of SubContexts, separated by '/',
and it must end with the object name. An example of a composite
name is "Warehouse/PickLists/DispatchQueue2" where Warehouse and Picklists
are SubContexts in the naming directory, and DispatchQueue2 is the name of
a Destination object.