amqp_client
amqp_client copied to clipboard
Rebar-friendly fork of rabbitmq-erlang-client
Fixes following compile error: ``` /bin/install: target ‘/opt/ejabberd/lib/[],/ebin/mochijson2.beam’ is not a directory ```
Tried to run on OTP 22 but it appears this build doesn't support it yet. When do we expect support to happen. $ rebar compile generate ==> goldrush (compile) ==>...
I am receiving an error when trying to use the version of rabbit_common from hex. ``` ==> rabbit_common (compile) compile: warnings being treated as errors src/mirrored_supervisor.erl:137: behaviour gen_server2 undefined Compiling...
I'm getting this error ``` Elixir.FunctionClauseError: no function clause matches File "lists.erl", line 147, in :lists.reverse(%{"service" => %{__meta__: #Ecto.Schema.Metadata, estimated_price: 9.6e4, estimated_time: 31, inserted_at: #Ecto.DateTime, price: -1.0, scheduled_time: nil, status:...
I use rabbitmq-erlang-client rabbitmq_2.7.0 in my production env. Recently, I have found some error as "unexpected_delivery_and_no_default_consumer" in my server app log. 2016-08-26 15:25:00.465 [error] CRASH REPORT Process with 0 neighbours...
The current `master` branch refers to version 3.6.2 (+patches) of amqp_client, but the `rebar.config` file refers to 3.5.6 still. Furthermore, trying to build RabbitMQ fails on Erlang 18.3. It also...
Documentation for [`amqp_connection:close/1`](https://github.com/jbrisbin/amqp_client/blob/master/src/amqp_connection.erl#L233) and [`amqp_connection:close/2`](https://github.com/jbrisbin/amqp_client/blob/master/src/amqp_connection.erl#L242) refer to channels. My understanding is that those services are provided by `amqp_channel:close/1`
Cc: @seth We recently bumped into an issue when using `seth/pooler` to pool RabbitMQ channels. When the pooler culls stale channels, it kills them via `exit(Pid, kill)` (instead of, say,...