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

Replicate x_jms_topic_table Mnesia table (backport #11087) #11093

Closed
wants to merge 1 commit into from

Commits on Apr 25, 2024

  1. Replicate x_jms_topic_table Mnesia table

    The x_jms_topic_table Mnesia table must be on all nodes
    for messages to be published to JMS topic exchanges
    and routed to topic subscribers.
    
    The table used to be only in RAM on one node, so it would
    be unavailable when the node was down and empty
    when it came back up, losing the state for subscribers
    still online because connected to other nodes.
    
    References #9005
    
    (cherry picked from commit df9fec8)
    
    # Conflicts:
    #	deps/rabbitmq_jms_topic_exchange/src/rabbit_db_jms_exchange.erl
    acogoluegnes authored and mergify[bot] committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e9eda70 View commit details
    Browse the repository at this point in the history