Some updates

This commit is contained in:
Netkas 2023-02-09 17:26:16 -05:00
parent 33bb2e5035
commit f82f1ca26a
7 changed files with 44 additions and 5 deletions

View file

@ -8,7 +8,7 @@
import('net.nosial.tamerlib', 'latest');
Tamer::init(ProtocolType::Gearman,
Tamer::init(ProtocolType::RabbitMQ,
['127.0.0.1:4730']
//['127.0.0.1:5672'], 'guest', 'guest'
);