RubyGems Navigation menu

isimud 1.3.1

Isimud is an AMQP message publishing and consumption gem that is intended for managing asynchronous event queues in Rails applications. It consists of the following components: * A [Bunny](http://rubybunny.info) based client interface for publishing and receiving messages using AMQP. * A test client which mocks most client operations and allows for synchronous delivery and processing of messages for unit tests. * A Model Watcher mixin for ActiveRecord that automatically sends messages whenever an ActiveRecord instance is created, modified, or destroyed. * An Event Observer mixin for registering ActiveRecord models and instances with the EventListener for receiving messages. * An Event Listener daemon process which manages queues and dispatches messages for Event Observers.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.4.7 - March 10, 2017 (120.5 KB)
  2. 1.4.6 - September 20, 2016 (120.0 KB)
  3. 1.4.5 - September 20, 2016 (120.0 KB)
  4. 1.4.4 - September 20, 2016 (120.0 KB)
  5. 1.4.3 - September 16, 2016 (119.5 KB)
  6. 1.3.1 - January 14, 2016 (136.0 KB)
显示所有版本 (共 13 个)

Runtime 依赖 (4):

activerecord >= 4.1.4
activesupport >= 4.1.4
bunny >= 1.6.0
chronic_duration >= 0.10.6

业主:

作者:

  • George Feil, Brian Jenkins

SHA 256 校验和:

= 复制到剪贴板 已复制!

下载总量 27,075

这个版本 2,163

许可:

MITNFA

需要的 Ruby 版本: >= 0

链接: