SolaceProducts / solace-spring-cloud

An umbrella project containing all Solace projects for Spring Cloud
Apache License 2.0
22 stars 15 forks source link

Docs update for clarity on Default values of properties #182

Open gvensan opened 1 year ago

gvensan commented 1 year ago

Request for docs update:

The following properties could use an explanation of the effect of not setting values (and a default null is assumed). Also any minimum value supported by these properties could be specified as well.

1) queueMaxMsgRedelivery Sets the maximum message redelivery count on consumer group queue. (Zero means retry forever). Default: null 2) errorQueueMaxMsgRedelivery Sets the maximum message redelivery count on the error queue. (Zero means retry forever). Default: null