Messaging Server Configuration

To run the NCR RabbitMQ Setup using a command, follow these steps:

  1. Open a Command Prompt window.
  2. At the command prompt, go to the directory where Ncr.Retail.Platform.Setup.RabbitMQ.exe file is located:

    %PROGRAMFILES(X86)%\NCR\DSREnterprise\Utilities

  3. To enable the RabbitMQ plugins, enter the following command:

    Ncr.Retail.Platform.Setup.RabbitMQ.exe "RabbitMQEnterprisePlugins.xml" [rabbitBinPath]

    Note

    Use the following table to enter the required information inside the brackets.

    VariableDescriptionExample
    rabbitBinPathThe path of the RabbitMQ Server bin folder.%PROGRAMFILES%\RabbitMQ Server\rabbitmq_server-n.n.n\sbin
  4. To enable the queues at the Enterprise RabbitMQ Server, enter the following command:

    Ncr.Retail.Platform.Setup.RabbitMQ.exe "RabbitMQEnterpriseSetup.xml" [rabbitBinPath]

  5. Close the Command Prompt window.