I'll give it a try, thanks.

I'm not using the C# console for now, I'm working with a custom implementation 
compatible with qpid 0.5

-----Message d'origine-----
De : Bryan Kearney [mailto:[email protected]] 
Envoyé : jeudi 23 juillet 2009 13:56
À : [email protected]
Objet : Re: QMF protocol - Get Query messages and _objectid

Julien Lavigne du Cadet wrote:
> Based on the documentation of the QMF protocol available here : 
> http://qpid.apache.org/qmf-protocol.html, I'm sending Get Query Message to a 
> broker (v0.5) to refresh my QMF objects. So far so good. However, specifying 
> the "_objectid" field in the message doesn't seem to have an impact => every 
> time I get a full refresh for the given class.
> 
> My code (C#) looks like that : 
> map.Add("_class", className);
> map.Add("_objectid", objectId);


Try

_objectId

it should be in caps.

> 
> objectId is obviously an UUID.
> 
> I had a quick look at the python qmf api and _objectid doesn't seem to be 
> implemented anywhere, whereas _class is. Is the documentation in sync with 
> the implementation? What should I do if I want to refresh a specific object?
> 

In addition, if you are using hte C# console, you need to use the latest 
broker from trunk. Are you using that?

If you want to see an example, go here 
(http://github.com/bkearney/qmfExample/tree/master) and check out hte 
cSharpConsole.

-- bk

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


P  Please consider your environmental responsibility before printing this email

*********************************************************************************
Ce message peut contenir des informations confidentielles. 
Les idees et opinions presentees dans ce message 
sont celles de son auteur, et ne representent pas necessairement
celles du groupe ABC arbitrage.
Au cas ou il ne vous serait pas destine,
merci d'en aviser l'expediteur immediatement et de le supprimer.

This message may contain confidential information. 
Any views or opinions presented are solely those of its author 
and do not necessarily represent those of ABC arbitrage. 
If you are not the intended recipient,
please notify the sender immediately and delete it.
*********************************************************************************



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

Reply via email to