2017 © Pedro Peláez
 

symfony-bundle rabbitmq-bundle

Bundle to manager RabbitMQ message broker using phpamqplib

image

cmobi/rabbitmq-bundle

Bundle to manager RabbitMQ message broker using phpamqplib

  • Tuesday, May 30, 2017
  • by cmobi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6,412 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 25 Versions
  • 4 % Grown

The README.md

CmobiRabbitmqBundle

Build Status Coverage Status Scrutinizer Code Quality Dependency Status, (*1)

Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

The bundle provides a RabbitMq integration for your Symfony2 Project. Based on php-amqplib., (*3)

Installation

$ composer require cmobi/rabbitmq-bundle --no-update

Register the bundle:, (*4)

``` php // app/AppKernel.php, (*5)

public function registerBundles() { return array( new \Cmobi\RabbitmqBundle\CmobiRabbitmqBundle(), // ... ); }, (*6)


Install the bundle:

$ composer update cmobi/rabbitmq-bundle, (*7)


## Usage: ## Add `cmobi_rabbitmq` section in your configuration file: ```yaml cmobi_rabbitmq: connections: default: host: 172.17.0.1 port: 5672 user: 'guest' password: 'guest' vhost: '/' lazy: false connection_timeout: 3 read_write_timeout: 3 # requires php-amqplib v2.4.1+ and PHP5.4+ keepalive: false # requires php-amqplib v2.4.1+ heartbeat: 0

Register rpc servers:, (*8)

cmobi_rabbitmq:
   //...
    rpc_servers:
        primary_server:
            queue: { name: 'primary_queue' }
        second_server:
            queue: { name: 'second_queue' }

The Versions

30/05 2017

dev-master

9999999-dev

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira

30/05 2017
03/04 2017
03/04 2017
03/04 2017
03/04 2017
03/04 2017
02/04 2017
02/04 2017
02/04 2017
02/04 2017
31/03 2017
31/03 2017
21/03 2017
21/03 2017

dev-helathcheck

dev-helathcheck

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira

13/02 2017
09/02 2017

v1.1.0

1.1.0.0

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira

21/01 2017

v1.0.0

1.0.0.0

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira

28/12 2016

dev-migrationToMSFBundle

dev-migrationToMSFBundle

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira

19/05 2016

v0.0.19

0.0.19.0

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira

09/05 2016

v0.0.18

0.0.18.0

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira

29/04 2016

v0.0.17

0.0.17.0

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira

29/04 2016

v0.0.16

0.0.16.0

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira

29/04 2016

v0.0.14

0.0.14.0

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira

31/03 2016

dev-features/workerMethod

dev-features/workerMethod

Bundle to manager RabbitMQ message broker using phpamqplib

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Daniel Oliveira