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

PROTON-1442: [Cpp] Support for local transactions #437

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 20, 2024

  1. WIP: Python work for better transaction support

    * Added an extra handler to the python binding so that we can handle
      transactioned dispositions
    astitcher authored and DreamPearl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    04eb16e View commit details
    Browse the repository at this point in the history
  2. WIP: Python example broker work for better transaction support

    * Modified the Python example broker so that it understands transaction
      requests, prints some useful output about what is happening, but
      doesn't honor the transaction semantics. It will queue up transactioned
      messages immediately and also doesn't correctly handle outgoing
      message releases (but it doesn't for non-transactioned messages either
    astitcher authored and DreamPearl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    33c306d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baa68ce View commit details
    Browse the repository at this point in the history
  4. WIP: Fix up to transactions work:

    * Make it compile
    * Make it fit the existing software structure better
    astitcher authored and DreamPearl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ea79f47 View commit details
    Browse the repository at this point in the history
  5. Make example compile

    DreamPearl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ed624cd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    0e20334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb4514b View commit details
    Browse the repository at this point in the history