MessageBrokerSettingsModel
Model used to retrieve or set the message broker interface settings.
| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageBrokerUseSsl |
Indicates if the communication with the message broker will take place over SSL. |
boolean |
None. |
| MessageBrokerSslServerName |
Name of the SSL server of the message broker. |
string |
None. |
| MessageBrokerSslVersion |
SSL version used by the message broker (Required). Possible values are: None, Ssl2, Ssl3, Tls, Tls11 and Tls12. |
string |
None. |
| MessageBrokerCertificatePath |
Certificate path for the message broker. |
string |
None. |
| MessageBrokerCertificatePassword |
Certificate password for the message broker. |
string |
None. |
| MessageBrokerHostname |
Host name for the message broker (Required). |
string |
None. |
| MessageBrokerPort |
Port name for the message broker. |
integer |
None. |
| MessageBrokerUsername |
Username to connect to the message broker. |
string |
None. |
| MessageBrokerPassword |
Password to connect to the message broker. |
string |
None. |
| MessageBrokerExchangeName |
Name of the exchange where messages will be published. |
string |
None. |
| MessageBrokerExchangeType |
Type of exchange to use. |
string |
None. |
| MessageBrokerRoutingKeyFormat |
Format of the routing key used when publising messages. Use "{0}" as a placeholder to be replaced by the account number. |
string |
None. |
| SendPghdRequestToMessageBroker |
Indicates if PGHD update requests will be published in the message broker. |
boolean |
None. |
| PghdRequestMessageBrokerResourceType |
Text used to identify PGHD update request messages in the message broker. |
string |
None. |
| StorePghdRequestTransmittedMessageToMessageBroker |
Indicates if a copy of the PGHD update messages transmitted to the message broker should be kept in the portal (set to True for debugging purposes only). |
boolean |
None. |
| SendAppointmentRequestLimitedToMessageBroker |
Indicates if appointment requests limited will be published in the message broker. |
boolean |
None. |
| AppointmentRequestLimitedMessageBrokerResourceType |
Text used to identify appointment request limited messages in the message broker. |
string |
None. |
| StoreAppointmentRequestTransmittedMessageToMessageBroker |
Indicates if a copy of the appointment request limited messages transmitted to the message broker should be kept in the portal (set to True for debugging purposes only). |
boolean |
None. |
| SendPatientPaymentToMessageBroker |
Indicates if patient payments will be published in the message broker. |
boolean |
None. |
| PatientPaymentMessageBrokerResourceType |
Text used to identify patient payment messages in the message broker. |
string |
None. |
| StorePatientPaymentTransmittedMessageToMessageBroker |
Indicates if a copy of the appointment request limited messages transmitted to the message broker should be kept in the portal (set to True for debugging purposes only). |
boolean |
None. |