You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,8 @@
1
-
# Looking for New Maintainer #
2
-
3
-
See issue: https://github.com/videlalvaro/RabbitMqBundle/issues/327
4
-
5
1
# RabbitMqBundle #
6
2
7
3
## About ##
8
4
9
-
The RabbitMqBundle incorporates messaging in your application via [RabbitMQ](http://www.rabbitmq.com/) using the [php-amqplib](http://github.com/videlalvaro/php-amqplib) library.
5
+
The RabbitMqBundle incorporates messaging in your application via [RabbitMQ](http://www.rabbitmq.com/) using the [php-amqplib](http://github.com/php-amqplib/php-amqplib) library.
10
6
11
7
The bundle implements several messaging patterns as seen on the [Thumper](https://github.com/videlalvaro/Thumper) library. Therefore publishing messages to RabbitMQ from a Symfony2 controller is as easy as:
12
8
@@ -25,7 +21,7 @@ All the examples expect a running RabbitMQ server.
25
21
26
22
This bundle was presented at [Symfony Live Paris 2011](http://www.symfony-live.com/paris/schedule#session-av1) conference. See the slides [here](http://www.slideshare.net/old_sound/theres-a-rabbit-on-my-symfony).
@@ -34,7 +30,7 @@ This bundle was presented at [Symfony Live Paris 2011](http://www.symfony-live.c
34
30
Require the bundle and its dependencies with composer:
35
31
36
32
```bash
37
-
$ composer require oldsound/rabbitmq-bundle
33
+
$ composer require php-amqplib/rabbitmq-bundle
38
34
```
39
35
40
36
Register the bundle:
@@ -352,7 +348,7 @@ As you can see, this is as simple as implementing one method: __ConsumerInterfac
352
348
353
349
Keep in mind that your callbacks _need to be registered_ as normal Symfony2 services. There you can inject the service container, the database service, the Symfony logger, and so on.
354
350
355
-
See [https://github.com/videlalvaro/php-amqplib/blob/master/doc/AMQPMessage.md](https://github.com/videlalvaro/php-amqplib/blob/master/doc/AMQPMessage.md) for more details of what's part of a message instance.
351
+
See [https://github.com/php-amqplib/php-amqplib/blob/master/doc/AMQPMessage.md](https://github.com/php-amqplib/php-amqplib/blob/master/doc/AMQPMessage.md) for more details of what's part of a message instance.
0 commit comments