Amqphttp 1.1
We have released a new version of the AMQPHttp application. This release contains changes related to handling of HTTP POST calls, and various smaller improvements.
Enhanced HTTP communication
This version of the application now includes additional headers in POST
requests, such as X-AMQP-Exchange
and X-AMQP-RoutingKey
. These headers
provide more visibility into the exchange and routing key being used, offering
better tracking and troubleshooting capabilities. Additionally, the system now
handles HTTP POST calls by itself, no longer requiring another application to
take care of this. Also, when a specified destination IP can no longer be
reached, the application will now attempt to find an alternative IP for
subsequent messages.
Various improvements
Invalid configurations will now give more detailed descriptions of what went wrong in the application log. Additionally, the Prometheus page now shows more statistics for additional monitoring capabilities.