Constructors

No constructors

Static Methods

MessageQueue queueSystemOperator ()
MessageQueue queueActiveUsers ()
MessageQueue queueHistoryLog ()
MessageQueue queueUser ( String user )
MessageQueue queueSpecified ( String queue, String library )

Methods

String getEncoding ()
boolean send ( String message )

Maximum Sizes

Queue length

10 bytes

Library length

10 bytes

Message length

6000 bytes

Comments

The send method will convert the Unicode String into bytes using the CCSID of the job.

  • No labels