This QoS level will adapt the QoS depending on EntrypointConnector and EndpointConnector capabilities allowing a trade-off between performance and delivery warranty.
This QoS level allows a high throughput and good performance but without any warranty regarding the delivery.
After a failure or any disconnection, client will only receive new messages sent after its reconnection.
This QoS level will adapt the QoS depending on EntrypointConnector and EndpointConnector capabilities allowing a trade-off between performance and delivery warranty.
Messages could be received 0, 1 or many times.
This level of QoS warranty that messages are delivered 0 or once without any duplication.
Depending on EntrypointConnector and EndpointConnector, performance could be degraded.
This level of QoS warranties that messages are delivered once or many times.
This is a good trade-off in terms of performance comparing to AT_MOST_ONCE especially when the EntrypointConnector is not able to resume the streams of messages after a failure.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.