PDF version of this page

Named Pipes

This option allows the user to pipe data from their application to a queue, provided the application is able to directly use a pipe. FormTrap Server generates a pipe called \\ServerName\pipe\QueueName (where ServerName is replaced with "." (dot) if writing from an application on the FormTrap server to the queue on the same machine).

To configure the named pipes options:

  • Tick the Enable at start-up checkbox to enable pipes at FormTrap Server start-up.
  • Enter the Pipe prefix.
  • Press Save

  • You need to Stop and Start FormTrap Server service for the above to take effect.

Check Current state is Ready.

More information on Submit Queue via Named Pipes

Named Pipes Screenshot

If you have other applications using pipes, you can prevent conflict by using more of the prefix to uniquely identify FormTrap pipes. In this case, consider a prefix of "\\.\pipe\ft-" to identify FormTrap pipes (ft- can be whatever you require). The final pipe name might be "\\.\pipe\ft-invoices".

Top