cloudamqp

How can I minimise connections with django-celery when using CloudAMQP through dotcloud?

别来无恙 提交于 2019-12-22 09:58:18
问题 After spending a few weeks getting django-celery-rabbitmq working on dotcloud I have discovered that dotcloud is no longer supporting rabbitmq. Instead they recommend CloudAMQP. So I've set up CloudAMQP as per the tutorials: http://docs.dotcloud.com/tutorials/python/django-celery/ http://docs.dotcloud.com/tutorials/more/cloudamqp/ http://www.cloudamqp.com/docs-dotcloud.html And the service works fine. However, even when I do not have any processes running, CloudAMQP says there are 3

AppHarbor MassTransit CloudAMQP throws Exception None of the specified endpoints were reachable

▼魔方 西西 提交于 2019-12-11 09:15:21
问题 I am trying to use Masstransit with CloudAMQP LEMUR from my AppHarbor application, but I am receiving the exception: "None of the specified endpoints were reachable" This is how Masstransit is configured: Bus.Initialize(sbc => { sbc.UseRabbitMq(); sbc.UseRabbitMqRouting(); sbc.ReceiveFrom("rabbitmq://********-243c-4e49-87fd-ed809c4839f1_apphb.com:EKhooikZAc9SM5t2YW2uc7RGoeFLD7Nv@bunny.cloudamqp.com/7752f6ce-243c-4e49-87fd-ed809c4839f1_apphb.com"); sbc.Subscribe(subs => subs.Handler

How can I minimise connections with django-celery when using CloudAMQP through dotcloud?

假装没事ソ 提交于 2019-12-05 23:59:12
After spending a few weeks getting django-celery-rabbitmq working on dotcloud I have discovered that dotcloud is no longer supporting rabbitmq. Instead they recommend CloudAMQP. So I've set up CloudAMQP as per the tutorials: http://docs.dotcloud.com/tutorials/python/django-celery/ http://docs.dotcloud.com/tutorials/more/cloudamqp/ http://www.cloudamqp.com/docs-dotcloud.html And the service works fine. However, even when I do not have any processes running, CloudAMQP says there are 3 connections. I had a look at their docs and they say ( http://www.cloudamqp.com/docs-python.html ) for celery it