man qimport - HerbertKoelman/cpp-atmi GitHub Wiki

NAME

qimport - load messages in a queue.

SYNOPSIS

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

DESCRIPTION

load messages in a queue. If no file is given, then stdin is used instead.

  • 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

This loads the messages found in qs-in.q

qimport -q QS:IN /tmp/qs-in.q

SEE ALSO