roycehaynes / scrapy-rabbitmq

A RabbitMQ Scheduler for Scrapy
MIT License
85 stars 46 forks source link

Connecting to remote server #11

Open Jebaseelanravi opened 5 years ago

Jebaseelanravi commented 5 years ago

How Can i Connect to the remote RabbitMQ when i use following in the setting file it gives me error

RABBITMQ_CONNECTION_PARAMETERS = {'host': 'http://test:test@10.0.12.103', 'port': 5672}

host format :http://username:password@example.com/

Jebaseelanravi commented 5 years ago

Hi @roycehaynes Can you please tell me how to connect to the remote rabbitmq server

roycehaynes commented 5 years ago

@Jebaseelanravi Let me pull down the latest and try out.

Jebaseelanravi commented 5 years ago

@roycehaynes Thank you

roycehaynes commented 5 years ago

@Jebaseelanravi sorry for the delay here. I'm hoping to take a closer look at this (and a few other updates) this weekend. Thanks for your patience!

wexterhack commented 2 years ago

Is the project abandoned?

roycehaynes commented 2 years ago

@wexterhack I haven't worked on it in an extremely long time. However, i started on a version 2 a month ago. What issues are you having?