Programming with Reflection

image\rwnprg32.gif MessageQueue property

 

Syntax

object.MessageQueue
object.MessageQueue = Value

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) which AS/400 message queue exception messages should be sent to. For example, the AS/400 may need to tell the printer to switch to another paper tray. The default is sufficient for most cases.

This property is only relevant for 5250 printer sessions.

This property causes an error when Reflection is connected to a host. Use the Connected property to determine if a connection already exists.

Values

The default is "QSYSOPR".

This string can be up to 10 characters long.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property