S
S
Space2018-01-27 08:26:55
Message Queues
Space, 2018-01-27 08:26:55

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

1 answer(s)
S
Sergey Tikhonov, 2018-03-11
@ruslite

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 question

Ask a Question

731 491 924 answers to any question