Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Sep 20, 2024
1 parent 2905d22 commit 3f696e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Client/server library for utilizing RabbitMQ as a job queue.
.Gradle
[source, kotlin]
----
implementation("org.veupathdb.lib:rabbit-job-queue:2.0.0")
implementation("org.veupathdb.lib:rabbit-job-queue:2.0.1")
----

=== Worker / Client
Expand Down Expand Up @@ -96,4 +96,4 @@ 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.
are shorter than the global value.

0 comments on commit 3f696e7

Please sign in to comment.