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 MEP option specifies the message exchange pattern to use for the current operation.

MEP is required to process the workload execution request.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Long Form

-mep pattern

(tick)

(tick)

Values

pattern is the message exchange pattern to use for the current operation.

Valid values for pattern are:

  • Publish
    Asynchronous communication using the JMS, SOAP, or MQ protocol.
    Operations using the Publish protocol are one-way and do not block for a reply, as no reply will be returned by the target workload.
  • Request
    Synchronous communication using the HTTP, SOAP, or MQ protocol. Operations using the Request mep are two-way and blocked until a reply is sent by the target workload.

There is no default; a value must be passed.

  • No labels