AMQP Connection
The AMQP Connection page allows you to configure the connection to AMQP from within the Integration Gateway to send requests to it.
- Connection Settings
-
- Host Name
- The name of the host where the AMQP server is located.
- Port
- The port used to connect to the AMQP server.
- Path
- This option allows you to specify the full path of the address you are trying to connect to.
- Scheme
- This option allows you to specify the Protocol scheme, which can be either "AMQP" or "AMQPS"
- Authentication Settings
-
- Username
- The user account that will be used for authentication.
- Password
- The password of the account that will be used for authentication.
- Connection Timeout
- Timeout Settings
-
- The Connection Timeout option allows you to specify the number of seconds for the request timeout values. The default value is 120 seconds.
- Throttle Rate
- The max number of requests to send per second.
- Enable SSL
- This option determines if SSL should be used when establishing a connection with the server.
- Version
- This option allows you to specify the version of SSL to use.
- Ignore Certificate Errors
-
This option can be used to ignore those SSL certificate errors when connecting to AMQP.
Warning: Enabling the "Ignore Certificate Errors" option is generally NOT recommended, particularly for a production instance. Unless there is a strong reason to believe the connection is secure - such as the network communication is only happening in an internal infrastructure, this option should be unchecked for best security.
- Certificate Location
- Allows you to specify the location of the certificate that will be used. There are two options available:
- Store
- File System
- Certificate Thumbprint
- Allows you to specify the thumbprint of the client certificate from the Certificate Store. Click the ellipses button to browse and select a certificate from the user store. This option is available when you choose Store as Certificate Location.
- Path to Certificate
- Provide the path to the certificate file to use for authentication. Click the ellipses button to browse their file system for the certificate. This option is available when you choose File System as Certificate Location.
- Certificate Password
- Provide the password to the certificate file. This option is available when you choose File System as the Certificate Location.