Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivamcskk authored May 8, 2024
1 parent 35380cf commit 838cd4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,9 @@ ar := rabbitmq.AutoRetry(rabbitmq.Queues{
ConsumerCount: 10,
},
},
rabbitmq.WithLogger(l),
rabbitmq.WithConnectionTimeout(100*time.Millisecond),
rabbitmq.WithHosts("localhost:5672"),
rabbitmq.WithUsername("guest"),
rabbitmq.WithPassword("guest"))
hf := ziggurat.HandlerFunc(func(ctx context.Context, event *ziggurat.Event) {
Expand Down

0 comments on commit 838cd4e

Please sign in to comment.