Results 2 comments of laogui

@absolute8511 有序队列是不是同一个channel 同一个 partition 可以存在多个consumer ? 你们会出现这种情况? 因为消息处理有快慢之分,多个consumer存在的时候有序消息也会乱序了

补充一下编译参数 ```shell ./configure --prefix=/usr/local/php --with-libdir=lib64 --with-bz2 --with-jpeg-dir --with-gd --enable-shared --enable-mbstring --with-mcrypt --enable-mysqlnd --with-pdo-mysql=mysqlnd --with-mysqli=mysqlnd --disable-fpm --enable-phar --enable-bcmath --with-zlib --enable-zip --with-gettext --enable-sockets --with-freetype-dir --with-config-file-path=/usr/local/php/etc --with-config-file-scan-dir=/usr/local/php/etc/conf.d --enable-pcntl --with-xsl --enable-inline-optimization --with-openssl --with-curl ```