Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | JMSAdmin Command Reference | JMSAdmin Command Descriptions | Move
 
Move
Moves an administered object from one context to another.
Syntax
{ move | mv } { lookup-name | * } to context-name
Remarks
When JMSAdmin executes a move command, it copies the source object to the specified context and then unbinds and deletes it from the original context.
You can specify lookup-name (the name of the source object) and context-name (the name of the target context) using relative or absolute paths. The target context must already exist. If an object with the name as the source object already exists in context-name, JMSAdmin will issue an error message.
You can use the wildcard character (*) as a way to move all webMethods defined objects or strings bound in a context to another context.
Related Commands
Copy