inway / mojo-rabbitmq-client

Mojo::IOLoop based RabbitMQ (AMQP) client
Artistic License 2.0
15 stars 17 forks source link

Publisher API #3

Closed SPodjasek closed 7 years ago

SPodjasek commented 7 years ago

Verify and consult quick publisher api

SPodjasek commented 7 years ago

Publisher one-liner:

Mojo::RabbitMQ::Publisher->new->publish({encode => { to => 'json'}});
SPodjasek commented 7 years ago

Further explained in #5