envoy-amqp icon indicating copy to clipboard operation
envoy-amqp copied to clipboard

An AMQP-HTTP bridge based on Envoy and Qpid Proton

Results 2 envoy-amqp issues
Sort by recently updated
recently updated
newest added

Seems like a useful piece of software :)

Envoy can already make outbound HTTP client connections and accept inbound HTTP server connections. AMQP is a bi-directional protocol: either end of a connection can send or receive messages. For...