man qwriter - HerbertKoelman/cpp-atmi GitHub Wiki

NAME

qwriter - write STRING messages into a queue

SYNOPSIS

qwriter -q qspace:queue [-b buffer size] [-v] [-u user] [-p password] [-g group]

DESCRIPTION

Write STRING typed Tuxedo messages into a queue. Once started, simply type your text. Each newline, posts the text you just entered. Type quit to end the program.

  • q queue and queue space
  • u Tuxedo user
  • p Tuxedo user's password
  • g group to use
  • b buffer size (in bytes defaults to 1024)
  • v print version info and exit

EXAMPLE

his command let you write text messages into queue IN from queue space QS:

qwriter -q QS:IN
enter message text (or "quit" to end): hello, world...
enter message text (or "quit" to end):

SEE ALSO