High Quality JMS Messaging.

Change Context [cc]

Syntax:

    cc <context>

Change the current context. The context could be specified absolute or relative to the current context. Specifying double-dots ".." switches to the context one level above.

Example:

    router1/sys$queuemanager> cc queues
    router1/sys$queuemanager/queues> cc /sys$jms/listeners/plainsocket
    router1/sys$jms/listeners/plainsocket> cc ..
    router1/sys$jms/listeners>_

Note that you can abbreviate the context name, i. e. in the above example you can also type "cc /sys$j/l/p" to switch to context /sys$jms/listeners/plainsocket.