XMS retrieves
an administered object from the repository using the address provided when
the InitialContext object is created, or in the InitialContext properties.
The name of the object to be retrieved can be:
- 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 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.