Answer the question
In order to leave comments, you need to log in
How to run RabbitMQ on a remote machine?
I have a laravel project on the same server. And the second server hosted RabbitMQ. To execute code on the second server, do you also need to deploy laravel there, a copy of the first server?
I want to use everything that laravel gives, and not write from 0.
Answer the question
In order to leave comments, you need to log in
RabbitMQ handles only message passing. Both the sender (the first server) and the receiver (the second one) need a lot of code to do anything useful. So the answer is yes, I need to deploy laravel there as well.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question