workbunny / webman-rabbitmq

🚀🐇 A PHP implementation of RabbitMQ Client for webman plugin.
https://www.workerman.net/plugin/67
MIT License
23 stars 4 forks source link

如果只有生产者,需要怎么去用? #3

Closed try-to closed 1 year ago

try-to commented 1 year ago

看了一下sync_publish,async_publish 都需要创建builder,里面都有handler消费回调。如果只做投递,自己不消费,该如何调用?