RabbitMQ powered distributed job management.
Rabbit stream client for JS/TS application
Rabbit MQ
amqplib wrapper for Rabbit MQ
stub rabbit mq in integration tests
LSK module for rabbit.
Wrapper TypeScript package for Rabbit Motoko Canister.
Slidev addon for presentation time management inspired Rabbit
A lib for rabbit and sqs queues
Transport layer domain for rabbit
OOP Rabbit
rabbit mq server
rabbit封装的ajax访问插件
Official middleware collection for Rabbit Company Web Framework
ckstack rabbit mq library
Rabbit UI: UI components for Next.js with Tailwind CSS
rabbit
I show you how deep the rabbit hole goes
Rabbit subscriber
One Dionys (Animal Rabbit) - Function to display the name of the Rabbit animal and only one animal name is displayed.
A eslint config designed for @the-rabbit-hole projects, but can be used publicly.
Penguin Techology Rabbit
rabbit mq utility to support igor microservices
AdonisJS RabbitMQ provider Fork from https://www.npmjs.com/package/adonis-rabbit
Pure Rust implementation of the Rabbit stream cipher
AMQP/RabbitMQ input/output CLI tool
A simple, reliable RabbitMQ client library for Rust. Easy to use with flexible retry mechanisms and minimal configuration.
Wrappers for lapin publishers and consumers
Extremely Simplified RabbitMQ Client
MIPS instruction decoder
Task scheduler, allowing timed execution, repeated or not.
Just a stub
Rust implementations of Neralie and Arvelie time formats.
Create a RabbitMQ consumer project with minimal effort, by bypassing templating, configuration and complicated resiliency logic
Wrapper for async-amqp (lapin)
RabbitMQ support for rust_transit
You can create your slide as a text file. It means that you can version controlyour slide like your Ruby scripts. You can custom your slide style by Ruby.So Rabbit is for Rubyist. You can use RD, Markdown and Wiki format as slide source. Rabbit provides programmer friendly keyboard interface. It uses Emacs and Vistyle keybindings by default. You can use PDF and image as slide source. Rabbit can show PDF and imagedirectly. You can create your slide by other presentation tool and show yourslide by Rabbit. If you show your slide by Rabbit, you can use programmerfriendly keyboard interface provided by Rabbit to control your slide. You can upload your slide as a gem. If you publish your slide as a gem, youcan see your slide at https://slide.rabbit-shocker.org/ .
Rabbit (Rabbit Messaging)
Background jobs on RabbitMQ
OpenStack Object Storage Simple Client
A gem providing asynchronous event publish and subscribe capabilities with RabbitMQ.
A work queue built on RabbitMQ and Celluloid. See README for more details.
Rabbit is another Zawgyi <=> Unicode Converter under MIT liecnse.
A background task based on rake to consume RabbitMQ messages
A file viewer by Rabbit.
Rabbit is a Sinatra extension which can help you writing a simple REST API using easy to undestand DSL.
QueueingRabbit is a Ruby library providing a flexible DSL to interact with a RabbitMQ server. Any Ruby class or Module can be transformed into QueueingRabbit's background job by including QueueingRabbit::Job module. It is also possible to inherit your class from QueueingRabbit::AbstractJob abstract class. The library is bundled with a Rake task to start a worker processing a list of specified jobs.
= DESCRIPTION: Provides a Chef handler which can report run status, including any changes that were made, to a rabbit server. In the case of failed runs a backtrace will be included in the details reported. Based on the Graylog Gelf handler by Jon Wood (<jon@blankpad.net>) https://github.com/jellybob/chef-gelf = REQUIREMENTS: * A Rabbit server running somewhere. = USAGE: This example makes of the chef_handler cookbook, place some thing like this in cookbooks/chef_handler/recipes/rabbit.rb and add it to your run list. include_recipe "chef_handler::default" gem_package "chef-rabbit" do action :nothing end.run_action(:install) # Make sure the newly installed Gem is loaded. Gem.clear_paths require 'chef/rabbit' chef_handler "Chef::RABBIT::Handler" do source "chef/rabbit" arguments({ :connection => { :host => "your_rabbit_server", :user => "rabbit_user", :pass => "rabbit_pass", :vhost => "/stuff" } :queue => { :name => "some_queue", :params => { :durable => true, ... } }, :exchange => { :name => "some_exchange", :params => { :durable => true, ... } }, :timestamp_tag => "@timestamp" }) supports :exception => true, :report => true end.run_action(:enable) Arguments take the form of an options hash, with the following options: * :connection - http://rubybunny.info/articles/connecting.html * :queue - rabbit queue info to use. name is set to "chef-client" + durable = true by default * :exchange - rabbit exchange to use .default_exchange + durable = true by default * :timestamp_tag - tag for timestamp "timestamp" by default * :blacklist ({}) - A hash of cookbooks, resources and actions to ignore in the change list. = BLACKLISTING: Some resources report themselves as having updated on every run even if nothing changed, or are just things you don't care about. To reduce the amount of noise in your logs these can be ignored by providing a blacklist. In this example we don't want to be told about the GELF handler being activated: chef_handler "Chef::RABBIT::Handler" do source "chef/rabbit" arguments({ :blacklist => { "chef_handler" => { "chef_handler" => [ "nothing", "enable" ] } } }) supports :exception => true, :report => true end.run_action(:enable) = LICENSE and AUTHOR: Copyright 2014 by MTN Satellite Communications Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.