[ 
https://issues.apache.org/jira/browse/QPID-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867237#action_12867237
 ] 

Cliff Jansen commented on QPID-2589:
------------------------------------

>  Dictionary<string, object> content = new Dictionary<string, object>();
[...]
>  List<object> colors = new List<object>(); 
[...]
> Do you think Dictionary and List objects are the best choices? 

The C++ implementation is more stringent.  To match it more closely in 
semantics, I wonder whether you mean to use AmqpType instead of "object" above, 
or create a new Class named Variant to match the C++ implementation.

I think AmqpType is the more descriptive name, but consistent naming across 
clients may be the more important goal here.

Otherwise I think you definitely want to use Dictionaries and Lists.



> Add a .NET binding to QPID Messaging API
> ----------------------------------------
>
>                 Key: QPID-2589
>                 URL: https://issues.apache.org/jira/browse/QPID-2589
>             Project: Qpid
>          Issue Type: New Feature
>          Components: C++ Client
>    Affects Versions: 0.7
>         Environment: Windows
>            Reporter: Chuck Rolke
>            Assignee: Ted Ross
>             Fix For: 0.7
>
>         Attachments: qpid_bindings.diff
>
>
> This binding package is a .NET Interop wrapper around the Qpid Messaging 
> interface. It exposes the Messaging interface through a series of managed 
> code classes that may be used by any .NET language.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to