Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Nov 17, 2023
2 parents d0888a9 + 95915b6 commit 8343a1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default fp<FastifyRabbitMQOptions>((fastify, options, done) => {

});
```
### Quick Setup on the Client Side

Within any "endpoint" function, or if you have access to ```fastify.rabbitmq``` you can then call:

Expand All @@ -63,8 +64,6 @@ fastify.get('/rabbitmq', async (request, reply) => {

Sending the string ```bar``` to the queue called ```foo```.

### Quick Setup on the Client Side

## Full Documentation

### Options
Expand Down Expand Up @@ -100,4 +99,4 @@ If not provided, your application will fail to load.

## License

Licensed under [MIT](./LICENSE).
Licensed under [MIT](./LICENSE).

0 comments on commit 8343a1b

Please sign in to comment.