High Quality JMS Messaging.

New Entity [new]

Syntax:

    new <name> [<prop> <value> ...]

Creates a new entity in this entity list. CLI uses the template (see show template) to create a new entity. All mandantory properties must be set in the new command. For optional properties the default values are set from CLI.

Example:

    router1/sys$queuemanager/queues> new srvinbound cache-size 300
    router1/sys$queuemanager/queues> lc srvinbound

    Entity:      Queue
    Description: Queue Definition

    Properties for this Entity:

    Name                                    Current Value
    --------------------------------------------------------------
    cache-size                              300
    cache-size-bytes-kb                     -1
    cleanup-interval                        120000
    duplicate-detection-backlog-size        2000
    duplicate-detection-enabled             true
    flowcontrol-start-queuesize             400
    max-messages                            -1
    persistence-mode                        as_message

    Entity contains no Sub-Entities.

    router1/sys$queuemanager/queues>