Record Changed Event properties
- Last UpdatedFeb 20, 2024
- 2 minute read
Refer to the following tables for the key configurable properties of Record Changed Event.
Connection properties
|
Property |
Description |
Valid values |
|---|---|---|
|
Durable |
Indicates whether the queue is durable. By default, this property is set to True. If the queue specified in your configuration item is not durable, you will need to change this property to False; otherwise, you may encounter an error due to durability mismatch and your configuration item will not start until this is fixed. |
True, False |
|
Username |
(Required) The user name for the external software. |
User account |
|
Password |
The password that is associated with the external user account. |
Password |
|
URI |
(Required) The fully qualified name of uniform resource identifier (URI) that is the destination for Record Changed Events. Note: The queue name for RabbitMQ cannot contain the slash (/) character or spaces. The queue name is shown in orange. |
amqp://localhost:5672/ampla.events.recordchanged |
Definition properties
|
Property |
Description |
Valid values |
|---|---|---|
|
Sources |
The reporting points that contain the records of interest. Click Browse (...) to open the Select Source dialog box. Select the reporting points that contain the records that you want to be notified about.
|
Any existing AVEVA Production Management reporting points |
Message properties
|
Property |
Description |
Valid values |
|---|---|---|
|
Message Format |
Specifies whether to use XML format or JSON format for the message scheme.
|
XML, JSON |
Transport properties
|
Property |
Description |
Valid values |
|---|---|---|
|
Certificate Thumbprint |
Choose an available certificate for transport. This is required when you are using the secure AMQPS scheme in the URI property. Click the Browse (...) button to open the Certificates dialog box and choose an available certificate. For more information about using RabbitMQ with secure transport, see https://www.rabbitmq.com/ssl.html. Tip: To verify whether connection is working, see Test the connection. |
Hexadecimal string |

