Skip to content

[QPIDJMS-624] Also support non-byte type-annotations#61

Open
davidvoit wants to merge 1 commit into
apache:mainfrom
davidvoit:main
Open

[QPIDJMS-624] Also support non-byte type-annotations#61
davidvoit wants to merge 1 commit into
apache:mainfrom
davidvoit:main

Conversation

@davidvoit

Copy link
Copy Markdown

NMS AMQP is using "byte" which are unsigned in dotnet. Yes, this is non-std compatible, but not handling these values is also non-std compatible.
It's a MUST to sent data as signed byte.
But it's also a MUST to read other numeric values in the type-annotations fields in the binding spec.

This is related to apache/activemq-nms-amqp#101

@tabish121

Copy link
Copy Markdown
Contributor

A JIRA should be opened for this at https://issues.apache.org/jira/projects/QPIDJMS/ and the commit updated to reference the JIRA

@davidvoit davidvoit changed the title Also support non-byte type-annotations [QPIDJMS-624] Also support non-byte type-annotations Jun 5, 2026
NMS AMQP is using "byte" which are unsigned in dotnet.
Yes, this is non-std compatible, but not handling these values
is also non-std compatible.
It's a MUST to sent data as signed byte.
But it's also a MUST to read other numeric values in the
type-annotations fields in the binding spec.
@davidvoit

Copy link
Copy Markdown
Author

@tabish121 do you need some other changes here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants