Skip to content

alpust/zf2-rabbitmq-eventbus-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Install server sudo apt-get install rabbitmq-server

  2. Install amqp lib

sudo apt-get install librabbitmq-dev librabbitmq1

or

 git clone git://github.com/alanxz/rabbitmq-c.git
 cd rabbitmq-c
 # Enable and update the codegen git submodule
 git submodule init
 git submodule update
 # Configure, compile and install
 autoreconf -i && ./configure && make && sudo make install
  1. Install and enable php amqp extension pecl install amqp

  2. Require this vendor in your composer.json, make composer update and add EventBus in application.config.php in modules.

Configuration

Copy src/EventBus/PortAdapter/ZF2/config/amqp.local.php.dist from vendor to your config/autoload and rename it to amqp.local.php. Then change settings if necessary.

Usage

Will be there soon...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages