【实例简介】Stomp(for PHP)
stomp for php 现在网上都是pcel的C扩展,纯PHP的代码让俺找了好久好久。 这个类用于php与ActiveMQ进行通信。发上来,一来让俺自己备忘;二来让有需要的朋友也能用得上,不用到处寻找。
【实例截图】
【核心代码】
.
├── Stomp
│ ├── Exception.php
│ ├── Frame.php
│ ├── Message
│ │ ├── Bytes.php
│ │ └── Map.php
│ └── Message.php
├── Stomp.php
├── examples
│ ├── activemq-connectivity.xml
│ ├── activemq-security.xml
│ ├── connectivity.php
│ ├── durable.php
│ ├── first.php
│ ├── security.php
│ ├── transactions.php
│ └── transformation.php
└── 5t6t网_stomp-php-1.0.0.tar.gz
3 directories, 15 files
评论