Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnd-soft/bbk-amqp
[MIRROR] AMQP integration for BBK stack
https://github.com/rnd-soft/bbk-amqp
amqp bbk events gem messaging rabbitmq ruby
Last synced: about 7 hours ago
JSON representation
[MIRROR] AMQP integration for BBK stack
- Host: GitHub
- URL: https://github.com/rnd-soft/bbk-amqp
- Owner: RND-SOFT
- License: mit
- Created: 2022-01-12T10:46:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T20:03:35.000Z (4 days ago)
- Last Synced: 2024-11-15T21:18:14.338Z (4 days ago)
- Topics: amqp, bbk, events, gem, messaging, rabbitmq, ruby
- Language: Ruby
- Homepage: https://br.rnds.pro/ruby/bbk/amqp
- Size: 152 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BBK::AMQP
AMQP interaction classes for BBK stack.
## Installation
Adding to a gem:
```ruby
# my-cool-gem.gemspecGem::Specification.new do |spec|
# ...
spec.add_dependency "bbk-amqp", "~> 1.0.0"
# ...
end
```Or adding to your project:
```ruby
# Gemfilegem "bbk-amqp", "~> 1.0.0"
```### Supported Ruby versions
* Ruby (MRI) >= 2.5.0
### Tested Ruby versions
* Ruby (MRI) 2.5.x
* Ruby (MRI) 3.0.x## Contributing
See the file [CONTRIBUTING.md](./CONTRIBUTING.md)
## License
See the file [LICENSE](./LICENSE)