# IbmWorkloadSchedulerApi.MQOperation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | Allowed values: requestResponse, publish, subscribe | 
**requestQueue** | **String** | The name of the IBM WebSphere MQ queue where to send the request message. Required if type is equal to requestResponse. | [optional] 
**responseQueue** | **String** | The name of the IBM WebSphere MQ queue where to receive the response message. Required if type is equal to requestResponse. | [optional] 
**waitSecs** | **Integer** | The number of seconds to wait for the request/response operation to complete. Required if type is equal to requestResponse or subscribe | [optional] 
**parameterMap** | **{String: String}** | The destination type option for the message to publish or subscribe. Allowed values for keys: MQQueue, MQTopic | [optional] 


