broadway_rabbitmq icon indicating copy to clipboard operation
broadway_rabbitmq copied to clipboard

A Broadway producer for RabbitMQ

Results 7 broadway_rabbitmq issues
Sort by recently updated
recently updated
newest added

this is a initial approach to tackle #116. while i was writing it, i was thinking if it would be interesting to have a checkout/checkin function instead of just a...

this relates with the discussion on #60 but i'm creating a new issue to address just the points related to handling the resource that the producer uses to connect/communicate with...

versions: broadway: 1.0.0 bradway_rabbitmq: 0.7.0 amqp: 2.1 elixir: 1.12 otp: 24.0.5 I have some long-running tasks that sometime may time-out the `consumer_timeout` from rabbitmq with message: > 09:38:26.044 [warn] AMQP...

Kind:Bug

Hi there... Wondering if there's a way to pass in an already established connection to use for creating channels. (Probably please excuse my ignorance) When I bump up the concurrency...

This looks to be related to this issue https://github.com/rabbitmq/rabbitmq-server/issues/11328. Seems like it is fixed in the newest version of https://hex.pm/packages/rabbit_common but the dependency chain from here to there will need...

This PR affects documentation _only_. It is submitted as a fix for issue #133

If the example from https://hexdocs.pm/broadway_rabbitmq/BroadwayRabbitMQ.Producer.html#module-dead-letter-exchanges is run, it generates errors: ``` [error] GenServer Rarebit.Pipelines.Inspection.Broadway.Producer_0 terminating ** (stop) exited in: :gen_server.call(#PID, {:subscribe, {:"basic.consume", 0, "my_queue.dlx", "", false, false, false, false, []},...