Configuring JMS objects

You can use the verbs ALTER, DEFINE, DISPLAY, DELETE, COPY, and MOVE to manipulate administered objects in the directory namespace.

About this task

Table 1 summarizes the use of these verbs. Substitute TYPE with the keyword that represents the required administered object, as described in Configuring JMS objects using the administration tool.

Table 1. Syntax and description of commands used to manipulate administered objects
Command syntax Description
ALTER TYPE (name) [property]* Attempts to update the properties of the administered object with the ones supplied. Fails if there is a security violation, if the specified object cannot be found, or if the new properties supplied are not valid.
DEFINE TYPE (name) [property]* Attempts to create an administered object of type TYPE with the supplied properties, and store it under the name name in the current context. Fails if there is a security violation, if the supplied name is not valid or an object of that name exists, or if the properties supplied are not valid.
DISPLAY TYPE (name) Displays the properties of the administered object of type TYPE , bound under the name name in the current context. Fails if the object does not exist, or if there is a security violation.
DELETE TYPE (name) Attempts to remove the administered object of type TYPE , having the name name, from the current context. Fails if the object does not exist, or if there is a security violation.
COPY TYPE (nameA)
TYPE (nameB)
Makes a copy of the administered object of type TYPE , having the name nameA, naming the copy nameB. This all occurs within the scope of the current context. Fails if the object to be copied does not exist, if an object of name nameB exists, or if there is a security violation.
MOVE TYPE (nameA) TYPE (nameB) Moves (renames) the administered object of type TYPE , having the name nameA, to nameB. This all occurs within the scope of the current context. Fails if the object to be moved does not exist, if an object of name nameB exists, or if there is a security violation.