https://github.com/lucacorti/lapin
Elixir RabbitMQ Client
https://github.com/lucacorti/lapin
elixir elixir-library rabbitmq rabbitmq-client
Last synced: about 1 year ago
JSON representation
Elixir RabbitMQ Client
- Host: GitHub
- URL: https://github.com/lucacorti/lapin
- Owner: lucacorti
- License: mit
- Created: 2017-10-03T15:03:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T08:57:37.000Z (about 1 year ago)
- Last Synced: 2025-03-29T15:06:20.985Z (about 1 year ago)
- Topics: elixir, elixir-library, rabbitmq, rabbitmq-client
- Language: Elixir
- Size: 450 KB
- Stars: 25
- Watchers: 3
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Lapin
**Elixir RabbitMQ Client**
## Installation
```elixir
def deps do
[
{:lapin, "~> 1.0.0"}
]
end
```
Documentation can be be found at [https://hexdocs.pm/lapin](https://hexdocs.pm/lapin).