Jackalope
Sorta like unicorn but with more rabbit
Install / Use
/learn @rack-amqp/JackalopeREADME
Jackalope

AMQP-HTTP compliant Server to run your rack (rails) application using AMQP as the transport protocol.
Installation
Add this line to your application's Gemfile:
gem 'jackalope'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jackalope
Usage
jackalope -q <queue name> <rackup file>
for rails app:
jackalope -q my.queue config.ru
all parameters:
| Parameters | Description | Default Value | |-----------------|:---------------------------------------------------:|--------------:| | -q, --queue | rabbitmq queue name for application communication | default.queue | | -s, --server | rabbitmq server host or IP address | localhost | | -p, --port | rabbitmq server port | 5672 | | -u, --user | username to use for the rabbitmq server connection | guest | | -P, --pass | password to use for the rabbitmq server connection | guest | | -t, --tls | use TLS when connecting to the rabbitmq server | false | | -c, --cert | path to the client certificate (pem format) | nil | | -k, --key | path to the client private key (pem format) | nil | | -r, --prefetch | number of messages to rcv w/o sending consumer ack | 1 | | -h, --heartbeat | heartbeat to use when connecting to rabbitmq server | 5 (seconds) | | -d, --debug | turn on some debugging messages | false | | -h, --help | show the help dialog | N/A | | -v, --version | show the version | N/A |
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

