rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

Open source RabbitMQ: core server and tier 1 (built-in) plugins

Results 361 rabbitmq-server issues
Sort by recently updated
recently updated
newest added

### Describe the bug 1) Since message size check happens inside amqp_channel _after_ amqp publish message assembled it's easy to trick rabbit to go up until watermark by sending arbitrary...

bug

## Proposed Changes Authenticate an internal AMQP connection created from an AMQP 1.0 Session using an Oauth token previously obtained during the connection establishment phase. This is a backport of...

MQTT spec: > the Server MUST send the retained messages matching the Topic Filter of the subscription to the Client However, RabbitMQ does not send retained messages for Topic Filters...

enhancement
rabbitmq-mqtt

Using the RabbitMQ Alpine docker image, which contains: RabbitMQ 3.6.14 on Erlang 19.3 Custom Docker image created to add the: `RUN rabbitmq-plugins enable --offline rabbitmq_mqtt` `EXPOSE 1883` Commands to enable...

rabbitmq-mqtt

## Proposed Changes Draft for @kjnilsson ## Types of Changes What types of changes does your code introduce to this project? _Put an `x` in the boxes that apply_ -...

bazel

## Proposed Changes Please describe the big picture of your changes here to communicate to the RabbitMQ team why we should accept this pull request. If it fixes a bug...

bazel
make

rather than selecting it dynamically via toolchain resolution Requires a rules_erlang version with https://github.com/rabbitmq/rules_erlang/pull/214 merged In it's current form this will probably break local execution of mixed version tests. Further...

bazel

Implements https://github.com/rabbitmq/rabbitmq-server/issues/8319

bazel
make

Fixes #8323 Follow-up to https://github.com/rabbitmq/rabbitmq-server/pull/2802/ Step 1: modify test so it throws the same error

## Proposed Changes Run selenium tests against a cluster deployed via docker-compose ## Types of Changes What types of changes does your code introduce to this project? _Put an `x`...