rabbitmq-client
Here are 172 public repositories matching this topic...
-
Updated
May 26, 2020 - Objective-C
-
Updated
Nov 1, 2019 - Go
-
Updated
Jun 27, 2020 - Python
The AMQP spec says that prefetchCount is a short (16-bit) value. Despite this, the java amqp-client accents an int parameter. The int then has its MSB stripped off, and the remainder is reinterpreted as a short.
For example, if you supply a prefetch of 1_000_000, that gets interpreted as a prefetchCount of 16960
0b
-
Updated
Jul 1, 2020 - PHP
Is there any documentation or examples on methods to handle disconnect / reconnect scenarios? Specifically I'm interested in typical or suggested patterns or even an explanation of the behavior of basic_send when the server disconnects.
Example: stomp.py has a [on_receiver_loop_ended callback](https://github.com/jasonrbriggs/stomp.py/blob/b04c754e
-
Updated
Jul 5, 2020 - PHP
-
Updated
Feb 28, 2020 - Python
Steps to reproduce:
- Deploy a container based on the tarantool/tarantool:1.x-centos7 image:
docker-compose.yml:
version: '3'
services:
tarantool:
container_name: tarantool
build:
context: .
dockerfile: Dockerfile.tarantool
command: tarantool /opt/tarantool/app.lua
volumes:
- ./app.lua:/opt/tarantool/app.lua
ports:
- '3301:330
-
Updated
Jun 7, 2020 - Go
-
Updated
Dec 18, 2019 - PHP
-
Updated
Dec 14, 2019 - C#
-
Updated
Sep 26, 2018 - Elixir
-
Updated
Feb 26, 2020 - Clojure
Specs - Message delivery retry, Message ordering
When a Client reconnects with CleanSession set to 0, both the Client and Server MUST re-send any unacknowledged PUBLISH Packets (where QoS > 0) and PUBREL Packets using their ori
-
Updated
Apr 29, 2019 - TypeScript
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Jan 23, 2019 - Common Lisp
Update documentation
- add info about new
Mojo::Promisebased methods - update
Client.pmwith with new Publisher API example
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Nov 16, 2017 - C#
For be more easy to create and manage front-end components, I think that is better to change from jQuery to Vue.js.
-
Updated
Nov 19, 2019 - C#
Improve this page
Add a description, image, and links to the rabbitmq-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rabbitmq-client topic, visit your repo's landing page and select "manage topics."


The docs for Symfony Bundle should be more explicit about extension tags when using different consume commands. I'm referring to https://php-enqueue.github.io/bundle/consumption_extension/#consumption-extension
When using the "enqueue:transport:consume" command a consumption extension needs to be registered with the tag
enqueue.transport.consumption_extension(while docs currently only mentio