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

Fix #2362, Add source routing APIs to SB #2367

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 5, 2023

  1. Fix nasa#2362, Add source routing APIs to SB

    Add two new APIs that allow more control over the message routing.
    These allow the caller to directly specify the route (MsgId) and size of
    the content, and the message will be delivered based on the passed in
    values vs. the values inside the message itself.
    
    This restructures the existing/historical API calls to use the same
    underlying mechanism.  Send/Receive actions have a transaction object
    associated and this tracks the status and events.  Common event
    reporting is done based on this transaction object.
    jphickey committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    aff55c3 View commit details
    Browse the repository at this point in the history