Skip to content

Also support non-byte type-annotations#61

Open
davidvoit wants to merge 1 commit intoapache:mainfrom
davidvoit:main
Open

Also support non-byte type-annotations#61
davidvoit wants to merge 1 commit intoapache: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

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.
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.

1 participant