Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | JMSAdmin Command Reference | JMSAdmin Command Descriptions | Create Context
 
Create Context
Creates a new subcontext in the current context.
Syntax
create context context-name
Remarks
You can specify context-name using an absolute or relative path name; however, the parent contexts in the path must already exist.
Examples
The following command creates the context ctx1:
\> create context ctx1
The following example uses an absolute path to create a subcontext in ctx1 and then lists the contents of the ctx1 context:
> create context /ctx1/ctx2
> ls /ctx1
[0]: ctx2 ==> com.webmethods.jms.naming.WmJMSNamingContext
Related Commands
Delete Context
List Context