amqp icon indicating copy to clipboard operation
amqp copied to clipboard

Go client for AMQP 0.9.1

Results 101 amqp issues
Sort by recently updated
recently updated
newest added

in our project we mix different languages and recently we hit into issue: Exception (501) Reason: "Exception (502) Reason: "invalid field or value inside of a frame"" The reason was...

When DialConfig() is called, no default value is set for the Config.heartbeat and Config.Locale settings when they are 0. Export the Dialer default values, so users can create custom DialConfigs...

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing

Hi, I noticed that function `sendOpen` always return nothing, but signature of function says that it should return error ``` func (ch *Channel) sendOpen(msg message) (err error) { ```

Two methods which allows to cancel publishing if something goes wrong

By writing all 3 frames required for a publish in one go, and only locking and flushing the output buffer once we increase the performance about 3 times. Messages that...

Related to #266 Implement a second set of RPC method on the `Channel` having a context.Context as first argument

# Short description This PR aims to demonstrate the idea in issue #383 and to add interfaces for basic structures like `amqp.Channel` and `amqp.Connection`, so it developers that are using...

In the latest version of RabbitMQ, I set the `max-connections` limitation for a vhost. When I opening several connections that try to connect to RabbitMQ. The client shows an `ErrVhost`...

api change
usability