-
-
@ask
rpc_client.py is broken in kombu 4.0.0
### environment
python 3.5.2
kombu 4.0.0
RabbitMQ 3.4.2 (CloudAMQP)
### rpc_client.py
### TypeError: object of type 'Queue' has no len()
I have no idea h…
-
When deploying Rabbit Source application in CF environment with the following configuration:
1) Rabbit Source configuration uses rabbit connection factory settings from the rabbit service that is b…
-
Do you have plan for supports another queues (aws sqs, redis-based (sidekiq, resque ets))?
fatum updated
8 years ago
-
I am trying to connect to a (free) CloudAMQP instance, and I am getting the following error: "Socket closed abruptly during opening handshake"
I am using the following URI: `amqp://uzhsuyri:@squirrel.…
-
The current DnsNameResolver fails to resolve an A+CNAME answer. For example:
```
dig moose.rmq.cloudamqp.com
...
;; ANSWER SECTION:
moose.rmq.cloudamqp.com. 1800 IN CNAME ec2-54-152-221-139.com…
vietj updated
8 years ago
-
I have worked on rpc with pika client but I have studied that openstack is using kumbo to do this so I have started searching a script of kumbo to implement rpc but found nothing. Please answer me if …
-
Example we have a rabbitmq cluster `pulse.mozilla.org` the DNS resolves to 3 IPs, so I wouldn't think it's highly available. But when 2 out of 3 servers are down, the result is that 66% of the time ou…
-
Hello guys, I currently doing my school project, I am trying to use intel Edison together with Arduino block to fetch readings and send those readings to the server and the server can switch on and of…
-
Perhaps add some examples of how to use these in the README if you get time please.
Very different from https://github.com/squaremo/amqp.node
Thanks