RabbitMQ and Redis Information - Intergraph Smart 3D Web API - Installation & Upgrade - Hexagon PPM

Intergraph Smart 3D and Smart 3D Admin Web API Installation and Configuration

Language
English
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Installation & Upgrade
Smart 3D Version
13

This section shows the configuration for RabbitMQ and Redis. For example:

"RabbitMqConnection":

{

"SecurityOption": 0,

"Endpoint": "machine.domain.com",

"UserName": "admin",

"Password": "XXXXXXX",

"Port": "5672"

}

Where:

  • ConcurrencyToken - This has to be an integer and it does not have any significance.

    • ID - Always set to 1.

  • RedisConnectionString - Redis connection information for caching. For example:

    machine.domain.com:6379,allowAdmin=False,defaultDatabase=0"

  • RabbitMQConnection - RabbitMQ connection information:

    • SecurityOption - 0 or 1 based on disabling or enabling SSL.

    • Endpoint - RabbitMQ endpoint.

    • UserName - RabbitMQ username.

    • Password - RabbitMQ encrypted password.

    • Port - 5672 is default port. 5671 is default port for SSL.