#RabbitMQ Actor
1 messages · Page 1 of 1 (latest)
i'd recommend looking at https://ryhl.io/blog/actors-with-tokio/ and using as async rabbitmq library (maybe Lapin) with it
1 messages · Page 1 of 1 (latest)
Hi, I am looking for a guide to create an actor to integrate rabbitmq into a project. What would be the best way to do this? I have looked at akka for a SubscriberActor but am a little confused on the actual immilementation.
i'd recommend looking at https://ryhl.io/blog/actors-with-tokio/ and using as async rabbitmq library (maybe Lapin) with it