Hi Jonathan,

> I want one WCF client that works with both brokers and interops with 
> clients in all languages. I want only one. I want to avoid 
> the confusion 
> of having more than one, and I want to avoid putting effort into more 
> than one
> 
> I want the WCF client to use the new addressing scheme.
> 
> Am I wanting the right things?

Those are good things to want, but that's not what you have now.

As far as interop, clients don't interop with languages; they interop
with AMQP peers. Saying WCF should interop with Python, for example,
isn't the goal - if WCF interops with a broker that your Python client
also interops with, you're good. If both clients can talk to the same
broker but can't exchange messages, that's a problem/bug.

The current WCF client doesn't interop with the pre-0-10 Java broker;
making ti do so would be a serious amount of work. The goal going
forward, I believe, is to focus on 0-10 and 1-0.

-Steve


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

Reply via email to