Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Aug 14, 2024
1 parent a4dca47 commit 35ccfe3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,13 @@ dispatch.dispatch(JobDispatch(
body
))
----

== Warnings / Caveats

Message Ack Timeouts::
RabbitMQ allows channels to be configured with their own timeout values, however
these values cannot exceed the `consumer_timeout` value set in `rabbitmq.conf`
file. By default, the `consumer_timeout` value is undefined, meaning channels
can specify any timeout they choose, but care must be taken if configuring the
RabbitMQ global `consumer_timeout` to ensure that any channel specific timeouts
are shorter than the global value.

0 comments on commit 35ccfe3

Please sign in to comment.