Prerequisites for Creating a Connection

You must satisfy the following prerequisites to create a connection with the RabbitMQ Adapter:

  • Know the host name. The host name is essentially the server where RabbitMQ is hosted. The sample URL is typically the following:
    https://your_server_ip//
  • Locate the virtual host (vHost) or user name.
    1. In the RabbitMQ Management Console, navigate to the Admin tab.
    2. In the Virtual Hosts section, find the list of all available virtual hosts.
  • Ensure you know the password. When a new user is created using rabbitmqctl, the password is combined with a salt value and hashed.