An open API service indexing awesome lists of open source software.

https://github.com/fdjrr/rabbitmq-php

Nyobain RabbitMQ (Message Broker) untuk PHP
https://github.com/fdjrr/rabbitmq-php

php rabbitmq

Last synced: 3 months ago
JSON representation

Nyobain RabbitMQ (Message Broker) untuk PHP

Awesome Lists containing this project

README

        

# How to Consume RabbitMQ using php-amqplib.

1. clone this repository.
```
git clone https://github.com/deltamas-project/rabbitmq-for-php
```

2. Install the library.
```
composer update
```

try run the script.

## Direct Message

```
cd direct_message
php send.php
php receive.php
```

## Delay Message

```
cd delay_message
php send.php
php receive.php
```

https://github.com/php-amqplib/php-amqplib/tree/master/demo