Use the TUXEDO samples on UNIX and Windows

Learn about the Put and Get sample programs for TUXEDO, and building the server environment in TUXEDO.


Before starting

Before running these samples, we must build the server environment.


About this task

Note: Throughout this section, the backslash (\) character is used to split long commands over more than one line. Do not enter this character. Enter each command as a single line.

  • Building the server environment
    Information about building the server environment for IBM MQ for different platforms.
  • Sample server program for TUXEDO
    The sample server program (amqstxsx) is designed to run with the Put (amqstxpx.c) and the Get (amqstxgx.c) sample programs. The sample server program runs automatically when TUXEDO is started.
  • Put sample program for TUXEDO
    This sample allows you to put a message on a queue multiple times, in batches, demonstrating syncpointing using TUXEDO as the resource manager.
  • Get sample for TUXEDO
    This sample allows you to get messages from a queue in batches.

Parent topic: Use the sample programs on Multiplatforms