[
https://issues.apache.org/jira/browse/QPID-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857287#action_12857287
]
Gordon Sim commented on QPID-2505:
----------------------------------
My suggestion above was for the second of these, i.e. translation between
FieldTable and .Net types which seemed to fit naturally in the sections of
InputLink/OutputLink that already make an attempt at this (I suspect using
Variant::Map will be simpler and cleaner).
However for map-message encoding (i.e. of the message body) it may also be
possible to use the c++ implementation, see qpid/amqp_0_10/Codecs.h and the
encode()/decode() methods in qpid/messaging/Message.cpp. Whether this is better
or worse than porting over the full type system into c# (using the 0-10 dotnet
clients codec as source) I am not sure however. Merely suggesting an option
that may not be obvious.
> WCF project needs to encode/decode all AMQP data types
> ------------------------------------------------------
>
> Key: QPID-2505
> URL: https://issues.apache.org/jira/browse/QPID-2505
> Project: Qpid
> Issue Type: Improvement
> Components: WCF/C++ Client
> Environment: Windows Server 2008
> Reporter: Chuck Rolke
> Fix For: 0.7
>
> Original Estimate: 96h
> Remaining Estimate: 96h
>
> Currently the WCF Interop project encodes/decodes only string and int data
> types. The project needs to do all the AMQP data types.
> * In directory wcf/src/apache/qpid/interop source files InputLink.cpp and
> OutputLink.cpp have convenient TODO: markers exposing where the
> encoder/decoder code might go.
> * The dotnet project seems to have what might be needed in
> client/transport/codec/*.
> The effort would be to move the code from dotnet into wcf/interop.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]