Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Comment:
Removed information regarding Azure service bus since it is not used.
This article describes how to define the connection string to configure the messaging queue in Smart ID Physical Access component. This is for legacy installation of Physical Access. For Docker deployment of Physical Access see Deploy Smart ID.
- Find values for
server
,username
andpassword
:If For RabbitMQ is used, use the following values:
If Azure service bus is used, keepparameter value server localhost username guest password guest username
andpassword
blank, and use theserver
value as found in Azure in Primary Connection String:- Login to Azure.
Go to Service Bus > Shared Access Policy > Root Policy > Primary Connection String. Set
server
to this value.Code Block Endpoint=sb://dev-nv-server.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccess;SharedAccessKey=2e33BuU28Om057wV8tc0/CzZaWpAdSUk1ufA2+ssW1EB0w=title Example: Primary Connection String
This article is valid for Smart ID 21.04 and later.