-
**Describe the task**
Switch to using AMQP for environment Canada data.
**Acceptance Criteria**
- [ ] Using AMQP instead of polling.
- [ ] Long running pod that processes data as and when it becomes …
-
In order to provide a uniform mechanism for managing connection failures, it would be handy to have a connection manager abstraction that monitors the state of all connections (AMQP included) and can …
-
The version of python2-amqp on archlinux is 2.0.2, but the code seems to require a version of equal to or above 1.4.9 but below version 2.0.
Traceback (most recent call last):
File "/usr/bin/entel…
-
Test new features of:
- New spring-rabbit-junit artifact with some useful testing utilities including BrokerRunning JUnit @Rule;
https://spring.io/blog/2017/10/05/spring-amqp-2-0-0-release-ava…
-
My poolboy skills might be a bit rusty, but this strikes me a bit odd:
```elixir
# … in bugs_bunny.ex
def with_channel(pool_id, fun) do
conn_worker = :poolboy.checkout(pool_id)
:o…
-
Hello!
Awesome framework! I've really enjoyed hacking around with it so far so thank you for that!
I'm working on integrating a new pyleus topology into an existing application that receives input…
-
Variables:
- os_windows [y/N]: y
- package [org.galaxio.performance]:
- name [myservice]: test1234
- http [Y/n]: y
- jdbcPlugin [y/N]: y
- amqpPlugin [y/N]: y
- kafkaPlugin [y/N]: n
- scala_v…
-
- [ ] Unused constants & variables to be removed
- [ ] unwanted references
- [x] globals from either environment or secrets
- [x] amqp user password should be read in from secrets
- [x] amqp serve…
-
I managed to make the helloworld with tls work using node.js (server is qpid broker 7.0.6). Now I am trying the websockets version, but firefox is not able to connect.
The only lines I changed from…
-
When Amqp tests fail, it's very hard to understand which interaction has failed, as neither the consumer nor the interaction are reported. Showing at least the consumer name (and ideally the tag) woul…