High Quality JMS Messaging.

Set Property [set]

Syntax:

    set <prop> [<value>]

Sets the value for this property. For String type properties the value is optional. In this case, the default value is set by CLI.

Example:

    router1/sys$authentication> lc

    Entity:      Authentication Swiftlet
    Description: Authentication Swiftlet

    Properties for this Entity:

    Name                                    Current Value
    --------------------------------------------------------------
    authentication-enabled                  false

    Sub-Entities of this Entity:
    ----------------------------
    .metadata
    groups
    resource-limit-groups
    users

    router1/sys$authentication> set authentication-enabled true
    router1/sys$authentication> lc

    Entity:      Authentication Swiftlet
    Description: Authentication Swiftlet

    Properties for this Entity:

    Name                                    Current Value
    --------------------------------------------------------------
    authentication-enabled                  true

    Sub-Entities of this Entity:
    ----------------------------
    .metadata
    groups
    resource-limit-groups
    users

    router1/sys$authentication>