Hi Ishara,

> Hi Carl,
> Thanks a lot for your reply.I,m interested to contribute to the C# client.

That would be great.  I would be happy to give you any help to get
started.

Carl Trieloff wrote:
> - Cliff from Microsoft has submitted a C# client over the C++ client. 

This client is written in both C# (pure managed) and C++/CLI (mixed
mode), so the language choice may influence which tasks are attractive
to you.

>From qpid/wcf/ReadMe.txt:

  2. Planned features (not yet available)
  =======================================

  1.  Full AMQP type support, including maps and arrays
  2.  System.Transactions integration (local and distributed with dynamic 
escalation)
  3.  Prefetch window for inbound messages
  4.  Shared sessions
  5.  Connection failover with AMQP broker clusters
  6.  Temporary queues
  7.  Broker management
  8.  System logging and tracing
  9.  CMake build system support
  10. Transport and message based security

Carl's suggestion regarding QMF is a good one.  It requires #1 as a
prerequisite, but the two together should leave plenty of room for GUI
flourishes too.  It would be 90% C# and 10% C++/CLI (with simple
boiler plate mixed mode needs).

#4 is essentially straight forward, but exposes some of the nuanced
differences between AMQP and WCF.  Combined with #8 and some NUnit
tests, this could also be a reasonable selection (99% C#).

Broker management (#7), is a broader topic than QMF.  If you have an
interest in PowerShell programming or Management Console snap-ins,
there are additional options to look at in this area.

Brief notes about the others: #3 is already complete (QPID-2110).  #2
should have a first cut ready in a week or so, and I am also actively
working on #6.  #5 requires that you have access to a Linux cluster of
brokers.  #9 is all about build scripts and compiler/linker options.
#10 which is largely about completing missing bits in the native C++
client on Windows (SSL and SASL).

Cliff

-----Original Message-----
From: ishara karunarathna [mailto:isharaar...@gmail.com] 
Sent: Monday, September 21, 2009 9:06 AM
To: dev@qpid.apache.org; cctriel...@redhat.com
Subject: Re: Fwd: Requesting a project proposal for an Undergraduate 12 week 
project proposal

Hi Carl,
Thanks a lot for your reply.I,m interested to contribute to the C# client.
As I'm new to Apache Qpid I haven't proper idea on that, so can you suggest
me where I can find more information on that.

Regards
Ishara



>

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to