Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.20
-
None
-
None
Description
Reviving a comment from Cliff Jansen in QPID-2589
If I add the following to the map example: byte[] myBytes = new byte[3] { 102, 111, 111}; content["myBytes"] = byBytes; I get a NotImplementedException. Is this a known todo item? Presumably the dotnet map implementation is intended to interoperate with the Java MapMessage, including distinguishing between getBytes(), getString() and setBytes(), setString()].
Currently .NET Binding has users manually constructing Messaging arrays and maps. This could be improved.