davidvoit opened a new pull request, #61: URL: https://github.com/apache/qpid-jms/pull/61
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 https://github.com/apache/activemq-nms-amqp/pull/101 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
