Setting up for the FIN sample

This section lists the prerequisites that must be met before you can successfully invoke the FIN sample application.
  1. On Linux: Compile and link the FIN sample code.
  2. To simplify the setup, use the same queue manager as the Send and Receive message flows of the FIN services for the sample application.
  3. Optionally, define a service input queue for use as the reply queue of the sample application. In the send mode, the reply queue is specified by the -q parameter of the sample application (see page -q queue (string, max. 48 characters)).
    DEFINE QLOCAL('Client.Receive') +
              PUT(ENABLED)                                 +
              GET(ENABLED)                                 +
              NOTRIGGER                                    +
              DESCR('Local queue for FIN sample            +
                     application reply messages')          +
              DEFPRTY(0)                                   +
              DEFPSIST(NO)                                 +
              MAXMSGL(4194304)                             +
              MAXDEPTH(5000)                               +
              BOQNAME(' ')                                 +
              HARDENBO                                     +
              MSGDLVSQ(FIFO)
  4. Make sure that sufficient user access rights are given to the user ID starting the sample application to access the Send service interface queue.
  5. Make sure that you have configured the FIN services. For more information, see Configuring SIPN FIN services.