Configuring the RabbitMQ application is performed through the web-interface. In the connection line enter the http://localhost:15672.

As a result the RabbitMQ authorization page is displayed.

To authorize enter the username and password. In the Username: and Password: fields enter the guest value (1) and click the Login button (2).

As a result one goes on the RabbitMQ document page.

Configuring the RabbitMQ application is performed the following way:

  1. Go to the Admin tab in the opened window (1).
  2. Select the Federation Upstreams item (2).
  3. Expand the Add a new upstream list (3).
  4. Enter the store-upstream value in the Name: field (1).
  5. Enter the shop IP address specifying user login and password in the URI: field using the following format: amqp://login:password@<Shop IP address> (2).
  6. Enter the 36000000 value in the Expires: field (3).
  7. Enter the 5 value in the Reconnect delay: field (4).
  8. Click the Add upstream button (5).
  9. As a result the new upstream will be added.
  10. Select the Policies menu item (1).
  11. Expand the Add / update a policy list (2).
  12. Enter the federate-me name in the Name: field (1).
  13. Enter the ^itv\. value in the Pattern: field (2).
  14. Enter the federation-upstream-set=all value in the Definition: field, type is String (3).
  15. Click the Add policy button (4).
  16. As a result the new policy will be added.

Configuring the RabbitMQ is completed.