AMQP

Description

AMQP client

Details

Source
GitHub
Dialect
cuis (80% confidence)
License
MIT
Stars
4
Created
Jan. 19, 2019
Updated
March 28, 2026
Topics
amqp amqp-client cuis cuis-smalltalk message-queue rabbitmq smalltalk

README excerpt

# 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 ✨
← Back to results