Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

The MESSAGE_DESTINATION option specifies the location where messages are written.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

message_dest destination

(tick)

(tick)

(tick)

(tick)

Value

destination is the location where messages are written.

Valid values for destination are:

z/OS


Default for a console process is system.

Windows


Default depends on how Universal Broker is started:

  • Default for a Windows Service is system.
  • Default for a console application is stderr.

UNIX


Default depends on how Universal Broker is started:

  • Default for a console process is stderr.
  • Default for a daemon process is logfile.

IBM i


The product is delivered with a value of logfile.
 
If a value of system is preferred, you may want to reduce the number of messages written to the message queue by specifying a MESSAGE_LEVEL of warn.
 
Default is stderr.

  • No labels