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]

Reply via email to