+

Search Tips | Advanced Search

Add Queue Manager Journal (ADDMQMJRN)

The Add Queue Manager Journals command (ADDMQMJRN) adds a journal to a queue manager. This command can be used, for example, to configure remote journal replication for a backup or multi-instance queue manager.


Parameters

Keyword Description Choices Notes
MQMNAME Message Queue Manager name Character value, *DFT Optional, Positional 1
JRN Queue Manager Journal Character value, *DFT Optional, Positional 2
RMTJRNRDB Remote Relational Database Character value Optional, Positional 3
RMTJRNSTS Remote Journal Status *ACTIVE, *INACTIVE Optional, Positional 4
RMTJRNDLV Remote Journal Delivery *SYNC, *ASYNC Optional, Positional 5
RMTJRNTIMO Remote Journal Sync. Timeout 1-3600, *DFT Optional, Positional 6


Message Queue Manager name (MQMNAME)

Specifies the name of the message queue manager associated with the journal.


Queue Manager Journal (JRN)

Specifies the journal name to create.

The possible values are:


Remote Relational Database (RMTJRNRDB)

Specifies the name of the relational database directory entry that contains the remote location name of the target system. Use the WRKRDBDIRE command to locate and existing entry or configure a new relational database directory entry for the target system.


Remote Journal Status (RMTJRNSTS)

Specifies whether the remote journal is ready to receive journal entries from the queue managers local journal.

The possible values are:


Remote Journal Delivery (RMTJRNDLV)

Specifies whether the journal entries are replicated synchronously or asynchronously when the remote journal is activated. Note that this parameter is ignored when RMTJRNSTS(*INACTIVE) is specified.

The possible values are:


Remote Journal Sync. Timeout (RMTJRNTIMO)

Specifies the maximum amount of time in seconds to wait for a response from the remote system when using synchronous replication with remote journaling. If a response is not received from the remote system within the timeout period, the remote journal environment will automatically be deactivated. Note that this parameter is ignored when RMTJRNDLV(*ASYNC) or RMTJRNSTS(*INACTIVE) are specified.

The possible values are:


Examples

None


Error messages

Unknown