Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

lukebakken
Copy link
Collaborator

@lukebakken lukebakken commented Sep 16, 2025

Follow-up to #14523

The previous implementation did not take the unique passthrough record into account when formatting state.

To test the priority and non-priority scenarios, add exit(kaboom) in rabbit_amqqueue_process handle_call({basic_consume... then run PerfTest with these arguments:

--producers 1 --consumers 1 --pmessages 100 --queue-args x-max-priority=10

--producers 1 --consumers 1 --pmessages 100

The previous implementation did not take the unique `passthrough` record
into account when formatting state.

To test the priority and non-priority scenarios, add `exit(kaboom)` in
`rabbit_amqqueue_process` `handle_call({basic_consume...` then run
PerfTest with these arguments:

```
--producers 1 --consumers 1 --pmessages 100 --queue-args x-max-priority=10

--producers 1 --consumers 1 --pmessages 100
```
@michaelklishin michaelklishin added this to the 4.3.0 milestone Sep 16, 2025
@michaelklishin michaelklishin merged commit 18e4bf6 into rabbitmq:main Sep 16, 2025
285 of 287 checks passed
@michaelklishin
Copy link
Collaborator

Thank you, @lukebakken @the-mikedavis

@lukebakken
Copy link
Collaborator Author

Sorry about the oversight!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants