rabbit-amazon-bridge icon indicating copy to clipboard operation
rabbit-amazon-bridge copied to clipboard

A service that routes JSON messages back and forth between AWS and rabbitmq

Results 9 rabbit-amazon-bridge issues
Sort by recently updated
recently updated
newest added

The scm tag should be 'HEAD' for development: https://maven.apache.org/ref/3.5.0/maven-model/maven.html#class_scm

The build process is a bit complicated and hard to understand. We could simplify things by: - Build using maven, rather than maven in docker - Test and integration test...

enhancement

Recently we got a connection issue, but the logs are missing some key information that would help us debug what's going on. For example, this is what we got: `{"exception_class":"com.amazonaws.SdkClientException","exception_message":"Unable...

Consider combining the .build and .deploy Dockerfiles into a single Dockerfile and using a multi-stage build: https://docs.docker.com/develop/develop-images/multistage-build/

This will allow a smoother release process

This is to reduce the need to duplicate the configuration to disable or enable particular queues when testing new queues prior to a production deploy.

enhancement
good first issue

We currently support transformation when going from rabbit to AWS. Though we currently do not use it in our on-prem solution, we can imagine that it would be useful to...

enhancement
good first issue

In some environments the user may not wish to dead-letter on an error. Provide options to drop the message, nack it so it gets replayed, or dead-letter it. A question...

good first issue