pclovec wrote:
i try to running qpid-tool command ,but it doesn't work

    now i can send and get message using C++ boker .   (one machine)
becuase C++ M3 package not include qpid-tools commands . so i try to running python package commands qpid-config .... qpid-tool when i running ./qpid.config give me a error message ---------------
Traceback (most recent call last):
  File "./qpid-config", line 349, in ?
    bm.Overview ()
  File "./qpid-config", line 116, in Overview
    mc.syncWaitForStable (mch)
  File "/usr/lib/python2.4/site-packages/qpid/management.py", line 253, in
syncWaitForStable
    raise RuntimeError ("Timed out waiting for response on channel")
----------

    running qpid-tools
[r...@mrgdev commands]# ./qpid-tool Management Tool for QPID
qpid: list
Waiting for next periodic update
qpid:

somebody can help me....






Please check to make sure your python files are at the same revision as the C++ broker. If you are using RPMs, make sure python-qpid and qpidd are at the same revision.

-Ted

Reply via email to