On Mon, 2007-08-20 at 13:19 +0100, Rupert Smith wrote:
> On 20/08/07, Arnaud Simon <[EMAIL PROTECTED]> wrote:
>         I like what Rupert is proposing but it may be too low level.
>         Rupert you
>         are saying that the current API does not expose the AMQP ping
>         mechanism.
>         Is that all? Can you provide an exhaustive list of the AMQP
>         features
>         that are not exposed?
> 
> As a typing exercise yes, but not one I am inclined to do. I shall
> instead furnish you with a procedure for creating this list. Look at
> the protocol XML, compare every method marked as <chassis
> name="server" ...>, and look at the API to see if it is there or not.
> Look for every method marked as <chassis name="client ...> and ask
> where is its 'delegate' interface. 
> 
> On the client side, really only 'messageTransfer' is there.
> 
> The comm layer does provide everything, as it is generated from this
> XML.

Tell me if I am wrong but I thought that "<Chassis name="server" ..."
are the methods that the server handles so those methods should be
exposed as part of a client API. "<Chassis name="client" ..." are the
methods that the client supports and should not be exposed as part of
the client API. 
Note that "messageTransfer" should be implemented by server and client
and this is the reason why it must be exposed as part of the client
API. 
As I said I may be wrong, how do you interpret the meaning of "Chassis"?


Arnaud 

Reply via email to