Sha256: 455bed98b3df2c16056d695a1dc446fe9764b10643cb1c2d091f28cc274edf4a

Contents?: true

Size: 503 Bytes

Versions: 1

Compression:

Stored size: 503 Bytes

Contents

# BBK::AMQP

AMQP interaction classes for BBK stack.

## Installation

Adding to a gem:

```ruby
# my-cool-gem.gemspec

Gem::Specification.new do |spec|
  # ...
  spec.add_dependency "bbk-amqp", "~> 1.0.0"
  # ...
end
```

Or adding to your project:

```ruby
# Gemfile

gem "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

## License

The gem is available as open source under the terms of the MIT License.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bbk-amqp-1.0.0.72904 README.md