RabbitMQ and Redis section - Intergraph Smart 3D Web API - Update 2 - Installation & Upgrade - Hexagon

Intergraph Smart 3D Web APIs Installation and Configuration

ft:locale
en-US
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Installation & Upgrade
Smart 3D Version
14

This section shows the configuration for RabbitMQ and Redis.

Example section

"ConcurrencyToken": 22,

"RedisConnectionString": "localhost:6379,allowAdmin=False,defaultDatabase=0",

"RabbitMqConnection": {

"SecurityOption": 0,

"Endpoint": "IN-PPM208396.acme.com",

"UserName": "sameer",

"Password": "2Z57992A03GC933777D53A13442B0EC256D645BE0EEBF47AFD9C11E1CC1CA49FHIgqE7qizxf7DiLoKCEbgg==",

"Port": "5672"

},

Description

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

  • RedisConnectionString - Redis connection information for caching.

  • 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.