Record Changed Event properties
- Last UpdatedSep 06, 2023
- 2 minute read
Refer to the following information on the relevant configurable properties for Record Changed Event item.
Connection properties
|
Property |
Description |
Valid values |
|---|---|---|
|
Durable |
By default, this property is set to True. If the queue specified in your configuration item is not durable, you 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 |
|
Password |
The password that is associated with the external user account. |
Password |
|
Uri |
(Required) The fully-qualified name of the uniform resource identifier (URI) for the external server that will received messages. That is the destination for Record Changed Events. Note: The RabbitMQ queue name cannot contain the slash (/) character or spaces. The queue name is shown in orange. |
amqp://localhost:5672/ampla.events.recordchanged |
|
Username |
(Required) The user name for the external application. |
User account |
Definition properties
|
Property |
Description |
Valid values |
|---|---|---|
|
Sources |
The reporting points that contain the records that you want to be notified about. Click Browse (...) to open the Select Source dialog box. |
Any existing reporting points. |
Message properties
|
Property |
Description |
Valid values |
|---|---|---|
|
MessageFormat |
Specifies whether to use XML format or JSON format for the message scheme. |
XML, JSON |
|
MessageSchema |
An editable message schema where its format depends on the selected message format. You can open the MessageSchema Editor if you need to edit the schema. For more information, see Record Changed Event schema. |
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. To verify whether connection is working, see Test the connection |
Hexadecimal string |