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

### Is your feature request related to a problem? Please describe. Erlang/OTP 25 introduced [a new API](https://github.com/erlang/otp/pull/5853) to fetch system CA certificates: https://www.erlang.org/blog/my-otp-25-highlights/#ca-certificates-can-be-fetched-from-the-os-standard-place ...and, `httpc` will use this API to...

enhancement

with 3 internal priorities. Priorities between 0-9 are mapped to the 3 internal priorities with a default weighting of 3 high, 2, normal and 1 low.

## Proposed Changes Prep to use credential obfuscation lib version with 3.5.0 and make sure bazel adds the schema file. ## Types of Changes What types of changes does your...

bazel
make

### Describe the bug * Start a RabbitMQ cluster * Restart a node Logs ``` 2023-05-24 01:39:55.227067-07:00 [error] Feature flags: on node `rabbit@rabbit2`: 2023-05-24 01:39:55.227067-07:00 [error] Feature flags: exception error:...

bug

Reference: https://github.com/rabbitmq/rabbitmq-server/actions/runs/7210082496/workflow

Co-authored-by: Marcial Rosales This exchange type will only bind classic queues and will only return routes for queues that are local to the publishing connection. If more than one queue...

bazel

## Why This process failed to implement properly the OTP principles. For instance, the mainloop always kept a reference on the module because it was not tail-recursive. This prevents the...

See https://github.com/rabbitmq/rabbitmq-server/issues/10068 for the background. During that investigation we have learnt that in early 2016 in https://github.com/rabbitmq/rabbitmq-server/commit/8ba0e077df366273df8dc5fd588ac6a15999fb28 a decision was to exclude the `vhost` field when exporting definitions of a...

usability

## Why We use the application environment as some kind of "cache" for the configuration parameters and some system environment variables. However, because we don't use `sys.config`, the application environment...

For Shovels to be able to move messages between streams (for now, over AMQP 0-9-1), they must be able to let the user override the `x-stream-offset` consumer argument. Without it,...

enhancement
rabbitmq-shovel
rabbitmq-shovel-management