Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support 3.12.x #39

Closed
Guzzi opened this issue Jun 23, 2023 · 3 comments
Closed

support 3.12.x #39

Guzzi opened this issue Jun 23, 2023 · 3 comments

Comments

@Guzzi
Copy link

Guzzi commented Jun 23, 2023

rabbit server 3.12.0 has beed released - could you please update this plugin so it will be supported by 3.12.x server releases?
@lukebakken ?

@michaelklishin
Copy link
Member

michaelklishin commented Jun 24, 2023

That should no longer be necessary as of rabbitmq/rabbitmq-server#8188.
The interceptor provided by this plugin is now in the core:

# if you want the plugin to overwrite the application-provided timestamp
message_interceptors.incoming.set_header_timestamp.overwrite = true

## OR

# if you DO NOT want the plugin to overwrite the application-provided timestamp
message_interceptors.incoming.set_header_timestamp.overwrite = false

@michaelklishin
Copy link
Member

The README says more or less the same thing.

@Guzzi
Copy link
Author

Guzzi commented Jun 26, 2023

@michaelklishin tbh I missed that information - thanks a lot for pointing me to that!

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

No branches or pull requests

2 participants