AMQP 1.0 transport and AMQP type system mapping#157
Merged
Conversation
Signed-off-by: Clemens Vasters <clemensv@microsoft.com>
added 2 commits
April 12, 2018 08:33
Signed-off-by: Clemens Vasters <clemensv@microsoft.com>
Signed-off-by: Clemens Vasters <clemensv@microsoft.com>
lfourie
reviewed
Apr 20, 2018
| ## 3. AMQP Message Mapping | ||
|
|
||
| The content mode is chosen by the sender of the event, which is either the | ||
| requesting or the responding party. Gestures that might allow solicitation of |
Contributor
There was a problem hiding this comment.
Gestures ... unclear - please reword
Contributor
Author
There was a problem hiding this comment.
Protocol interaction patterns that might
allow solicitation of events using a particular content mode might be defined
by an application, but are not defined here.
added 3 commits
April 23, 2018 09:20
Signed-off-by: Clemens Vasters <clemensv@microsoft.com>
Signed-off-by: Clemens Vasters <clemensv@microsoft.com>
Contributor
|
@clemensv do u have an example for an event (like u did for HTTP)? also wasnt clear if we will be preserving the same notions like in HTTP (bin use AMQP Headers, structured using nested Json)? Yaron |
This was referenced May 24, 2018
Merged
Collaborator
|
Approved on 6/7 call |
Closed
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed AMQP 1.0 transport binding and a type system mapping for the application properties section, analogous to the same for HTTP: #148