-
Hello, guys, I would like to check whether is it possible to var Something before Board.on ready function.
I trying to connect to a server called rabbitmq, from the command given by the server, I sho…
-
I found error after run the projetc.
`FATAL EXCEPTION: main
Process: com.cloudamqp, PID: 24570
…
-
I am beginning to suspect that for direct exchanges the # and \* notations do not apply.
I have been experimenting a bit and whatever I try messages won't get passed from the exchange the queue unles…
-
It is convenient to set a uri in configuration, vs explicitly setting host, user, pw, etc. It is especially nice when using Heroku, since a service like cloudamqp provides its connection info in uri …
-
MQを使用するにあたって、同時にサーバが必要になると思います。
そこで、MQの実装とサーバ構成をどうするかの検討を出来ればと思います。
軽く[まとめ](https://gist.github.com/disc99/e46b0a76cd3285f9142776a15ce578bf)た感じからいくと、プロトタイピングの現時点ではRabbitMQ + SasSのCloudAMQPがいいのではと思ってい…
-
After upgrading to celery==4.0.0rc3 simple django model fields lookup return "normal" strings and not unicode strings - we are using python2 - inside the tasks.
Calling the tasks functions in the shel…
-
Any examples with delayed messages please?
Found this on headers: https://github.com/squaremo/amqp.node/blob/master/examples/headers.js
Good article but its in Ruby:
https://www.cloudamqp.com/docs/d…
-
Currently host and port a required for connection with RabbitMQ, connection through URI would be nice for operation in cases where host:port are not provided (Bluemix).
Some docs:
https://www.cloudam…
-
From @runjdon:
Lou, I'm stumped. I just can't get this file to upload. I'm not getting any error message, it just hangs at the "loading" screen. No timeout message, and other than the moving "loadin…
-
Hi,
We're using the cloudamqp server on heroku and they have a limit of allowing 200 channels for free version. We have around 15 queues which are interacting across 4 dynos to send messages between …