bain2018 / alimq
Aliyun Rocket MQ
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bain2018/alimq
Requires
- php: >=8.0
- guzzlehttp/guzzle: >=7.0.0
README
Alyun MQ Documents: http://www.aliyun.com/product/ons
Aliyun MQ Console: https://ons.console.aliyun.com
Intall Composer
To install composer by following commands, or see composer
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
Install & Use
Add require to your composer.json
{ "require": { "bain2018/alimq": ">=1.0.3" } }
Use Composer to install requires
composer install
Note: php version>=8.0.0, and xml extension of php is required.
Note
- Http consumer only support timer msg (less than 3 days), no matter the msg is produced from http or tcp protocol.
- Order is only supported at special server cluster.