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 stream filtering in AMQP 1.0 #10098

Merged
merged 2 commits into from
Dec 12, 2023
Merged

Commits on Dec 12, 2023

  1. Support stream filtering in AMQP 1.0

    Use the x-stream-filter-value message annotation
    to carry the filter value in a published message.
    
    Use the rabbitmq:stream-filter and rabbitmq:stream-match-unfiltered
    filters when creating a receiver that wants to filter
    out messages from a stream.
    acogoluegnes committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    dbf6fc2 View commit details
    Browse the repository at this point in the history
  2. Simplify

    ansd committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e49ff1a View commit details
    Browse the repository at this point in the history