Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 971 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 971 Bytes

AMQP

AMQP 0.8 and 0.9.1 client library for Cuis Smalltalk, compatible with RabbitMQ and other AMQP 0.8 and 0.9.1 servers.

Usage

ℹ️ This package requires Network-Kernel package, which is included in the extra packages and is automatically installed when you import this pck.

1. Probably you'll need RabbitMQ to test things locally. You can follow the [official installation guide](http://www.rabbitmq.com/install.html).
2. You can install this pck dropping the file inside Cuis.
3. You can find examples in `Amqp-Examples` package.

How to contribute

Your support is welcome in any form or shape.

- Your github issues and pull requests are welcome.
- If you do something with this library we can include a link to the repository in this readme.
- Also you can help us just using it and giving us any kind of feedback ❤️

Acknowledgements

- [The Squeak version](http://www.squeaksource.com/AMQP).
- The users ✨