1 Star 0 Fork 0

zhzhouq9/rabbitmq-tutorials

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Common Lisp code for RabbitMQ tutorials

Here you can find Common Lisp code examples from RabbitMQ tutorials.

Requirements

To run this code you need Cl-Bunny.

You can install it via Quicklisp:

(ql:quickload :cl-bunny)

Note: Cl-Bunny developed and tested using x64 sbcl on GNU/Linux

All our examples are in fact executable sbcl scripts. You can run them from command line

Code

Tutorial one: "Hello World!":

./send.lisp
./receive.lisp

Tutorial two: Work Queues:

./new-task.lisp
./worker.lisp

Tutorial three: Publish/Subscribe

./receive-logs.lisp
./emit-log.lisp

Tutorial four: Routing

./receive-logs-direct.lisp
./emit-log-direct.lisp

Tutorial five: Topics

./receive-logs-topic.lisp
./emit-log-topic.lisp

Tutorial six: RPC

./rpc-server.lisp
./rpc-client.lisp

To learn more, visit Cl-Bunny documentation site.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zhzhouq9/rabbitmq-tutorials.git
git@gitee.com:zhzhouq9/rabbitmq-tutorials.git
zhzhouq9
rabbitmq-tutorials
rabbitmq-tutorials
master

搜索帮助