Skip to content

Commit b96c981

Browse files
committed
update 1.0.3 README
1 parent 85a5128 commit b96c981

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,30 @@ composer install
2727

2828
*Note: php version>=5.5.0, and xml extension of php is required.*
2929

30-
## Samples
30+
## Note
31+
1. Http consumer only support timer msg (less than 3 days), no matter the msg is produced from http or tcp protocol.
32+
2. Order is only supported at special server cluster.
33+
34+
## Samples (github)
3135

32-
### V1.0.0 Samples
3336
[Publish Message](https://github.com/aliyunmq/mq-http-samples/blob/master/php/Producer.php)
3437

3538
[Consume Message](https://github.com/aliyunmq/mq-http-samples/blob/master/php/Consumer.php)
3639

37-
### V1.0.1 Samples
38-
[Publish Message](https://github.com/aliyunmq/mq-http-samples/tree/101-dev/php/Producer.php)
40+
[Transaction Message](https://github.com/aliyunmq/mq-http-samples/blob/master/php/TransProducer.php)
3941

40-
[Consume Message](https://github.com/aliyunmq/mq-http-samples/tree/101-dev/php/Consumer.php)
42+
[Publish Order Message](https://github.com/aliyunmq/mq-http-samples/blob/master/php/OrderProducer.php)
4143

42-
[Transaction Message](https://github.com/aliyunmq/mq-http-samples/tree/101-dev/php/TransProducer.php)
44+
[Consume Order Message](https://github.com/aliyunmq/mq-http-samples/blob/master/php/OrderConsumer.php)
4345

44-
### V1.0.3 Samples
45-
[Publish Message](https://github.com/aliyunmq/mq-http-samples/tree/103-dev/php/Producer.php)
46+
## Samples (code.aliyun.com)
4647

47-
[Consume Message](https://github.com/aliyunmq/mq-http-samples/tree/103-dev/php/Consumer.php)
48+
[Publish Message](https://code.aliyun.com/aliware_rocketmq/mq-http-samples/blob/master/php/Producer.php)
4849

49-
[Transaction Message](https://github.com/aliyunmq/mq-http-samples/tree/103-dev/php/TransProducer.php)
50+
[Consume Message](https://code.aliyun.com/aliware_rocketmq/mq-http-samples/blob/master/php/Consumer.php)
5051

51-
[Publish Order Message](https://github.com/aliyunmq/mq-http-samples/tree/103-dev/php/OrderProducer.php)
52+
[Transaction Message](https://code.aliyun.com/aliware_rocketmq/mq-http-samples/blob/master/php/TransProducer.php)
5253

53-
[Consume Order Message](https://github.com/aliyunmq/mq-http-samples/tree/103-dev/php/OrderConsumer.php)
54+
[Publish Order Message](https://code.aliyun.com/aliware_rocketmq/mq-http-samples/blob/master/php/OrderProducer.php)
5455

55-
Note: Http consumer only support timer msg(less than 3 days), no matter the msg is produced from http or tcp protocol.
56+
[Consume Order Message](https://code.aliyun.com/aliware_rocketmq/mq-http-samples/blob/master/php/OrderConsumer.php)

0 commit comments

Comments
 (0)