Chuck Rolke created QPID-4797:
---------------------------------

             Summary: .NET Binding to C++ Messaging does not handle .NET arrays 
fluently
                 Key: QPID-4797
                 URL: https://issues.apache.org/jira/browse/QPID-4797
             Project: Qpid
          Issue Type: Improvement
          Components: Dot Net Client
    Affects Versions: 0.20
            Reporter: Chuck Rolke
            Assignee: Chuck Rolke


Reviving a comment from Cliff Jansen in QPID-2589

{noformat}
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()].
{noformat}

Currently .NET Binding has users manually constructing Messaging arrays and 
maps. This could be improved.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to