rabbitmq - How to use message queue over internet -


so have backend hosted in cloud. backend composed of web servers (django/python), databases (postgresql), rabbitmq, , workers (celery)

we have hardwares components around world. hardware need things backend. thinking using rabbitmq store jobs , using polling hardware component jobs do.

we saw amazon sqs can achieve this: have system allowing getting jobs in https long-polling rally perfect. wondering if such solution existed rabbitmq or other messaging system host ourself ? read rabbitmq not designed exposed on internet , not able find relevant answer problem.

thank help.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

javascript - Bootstrap Popover: iOS Safari strange behaviour -

spring cloud - How to configure SpringCloud Eureka instance to point to https on non standard port -