Hi i'm writing a rpc application that calls some remote methods on remote 
machines and decided to use qpid. I followed the console tutorial [1] and got 
very excited about qpid. In tutorial it shows how can we reach some remote 
objects that bind on some remote queues. But there is no mention about how to 
publish those objects on these queues. For example i have a class:

class A:
        
        def a():
                pass

so how can i publish that class with its methods so i can reach and manage it 
remotely ? Thanks in advance.... 

[1]http://qpid.apache.org/qmf-python-console-tutorial.html

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

Reply via email to