Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4797

.NET Binding to C++ Messaging does not handle .NET arrays fluently

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.20
    • None
    • .NET Client
    • 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.

      Attachments

        Activity

          People

            chug Charles E. Rolke
            chug Charles E. Rolke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: