FHIR Subscription Persistence
The FHIR Subscription Persistence configuration category includes the following configurable options:
Matching Queue Consumers
Consumers Per Delivery Queue
REST Hook Subscription Enabled
Email Subscription Enabled
Websocket Subscription Enabled
Message Subscription Enabled
|
Matching Queue Consumers |
|
|
POSITIVE_INTEGER | |
The number of listener threads that match new resources against active subscriptions. | |
5
|
|
|
|
Consumers Per Delivery Queue |
|
|
POSITIVE_INTEGER | |
The number of listener threads created per subscription. These threads deliver subscription matches to subscription endpoints. | |
2
|
|
|
|
REST Hook Subscription Enabled |
|
|
BOOLEAN | |
Requires a Subscription Matching module. If enabled, the server will activate FHIR Subscriptions with the REST Hook channel delivery type. See Subscription documentation for more information. | |
false
|
|
|
|
Email Subscription Enabled |
|
|
BOOLEAN | |
Requires a Subscription Matching module. If enabled, the server will activate FHIR Subscriptions with the Email channel delivery type. See Subscription documentation for more information. | |
false
|
|
|
|
Websocket Subscription Enabled |
|
|
BOOLEAN | |
Requires a Subscription Matching module. If enabled, the server will activate FHIR Subscriptions with the Websocket channel delivery type. See Subscription documentation for more information. | |
false
|
|
|
|
Message Subscription Enabled |
|
|
BOOLEAN | |
Requires a Subscription Matching module. If enabled, the server will activate FHIR Subscriptions with the Message channel delivery type. See Subscription documentation for more information. | |
false
|
|
|