hey guy how to get rabbit mq host address?
hey guy how to get rabbit mq host address?
36 Replies
Project ID:
N/A
amqp://guest:quest@railwayurl:15672
this connection not working
does rabbit mq use http or tcp?
i think http sorry I am beginner rabbit mq
no worries being a beginner, we all start somewhere. so please familiarise yourself with rabbit mq, find out for sure if it's http or tcp, help me help you, it's significantly easier for me to help you when at least one of us knows what they're talking about 🤣
Networking
====================
Related doc guide: https://rabbitmq.com/networking.html.
By default, RabbitMQ will listen on all interfaces, using
the standard (reserved) AMQP 0-9-1 and 1.0 port.
listeners.tcp.default = 5672
thisi my config file i think i use tcp
thank you dude btw 😄
set a tcp proxy to port 5672
https://docs.railway.app/deploy/exposing-your-app#tcp-proxying
RABBITMQ_HOST = 'amqp://guest:[email protected]:5672' this url is true?
nope, you need to use the tcp proxy, you are still using the https domain
can you give me example dude? 😄
have a look at the docs page please
hey brody again
I use http for rabbit mq connection
amqp://guest:[email protected]:15672
that's now the tcp proxy domain, so that should be good, what port does rabbit mq listen on?
But it does not connect, but I enter the rabbit mq interface and there is no problem.
please answer my question if you could
my port 15672
I'd like to know what port rabbit mq listens on, not the port railway gave you
I try many combination but doesnt work :/
please answer my question if you could
http : 15672 amqp: 5672
what port did you enter in to create the tcp proxy
Networking
====================
Related doc guide: https://rabbitmq.com/networking.html.
By default, RabbitMQ will listen on all interfaces, using
the standard (reserved) AMQP 0-9-1 and 1.0 port.
listeners.tcp.default = 5672
To listen on a specific interface, provide an IP address with port.
For example, to listen only on localhost for both IPv4 and IPv6:
IPv4
listeners.tcp.local = 127.0.0.1:5672
IPv6
listeners.tcp.local_v6 = ::1:5672
You can define multiple listeners using listener names
listeners.tcp.other_port = 5673
listeners.tcp.other_ip = 10.10.10.10:5672
please enclose that in triple backticks
listeners.tcp.default = 5672 i use these
other options is #
I'll be honest, I'm not liking how I have to ask every question twice
dude just give me example url tcp or http
I will fill in the rest
you need to help me help you, I have never used rabbit mq before, so you have to provide me with the basic information in order for me to make sure you've set it up correctly
These are already basic information my friend railway just port and user name and password thats it
what port does rabbit mq listen on (this question has nothing to do with Railway)
Listening ports
is the service that needs to connect to this in the same project?
but it doesn't connect 😦
please, I don't want to have to keep asking every question twice
Bro, you have never connected rabbit mq, you are tripping me, please, I don't want any help. thanks
by
please familiarise yourself with the technologies involved