why doesn't exist on heroku?
i want use akka , distributed queues system actors communicate on different dynos. rabbitmq doesn't seem best option using akka, because lot of tricks needed seamlessly work actors without concerning underlying queues.
nevertheless, best option seems durable mailboxes rabbitmq: akka-amqp-mailbox. still have set first though.
what other options consider provide seamless underlying queues system on heroku akka?
thanks!
do happen have reference tutorial / doc doing it? couldn't find help.
i did quick write on blog step-by-step instructions on how zeromq compiled , running on heroku.
Comments
Post a Comment