svn commit: r927803 - /qpid/trunk/qpid/python/qpid/datatypes.py

2010-03-26 Thread rhs
Author: rhs Date: Fri Mar 26 12:34:46 2010 New Revision: 927803 URL: http://svn.apache.org/viewvc?rev=927803&view=rev Log: form compat uuid generation, use a random number generator that is initialized with the pid, hostname, and time; without this we can get duplicates if multipleprocesses star

svn commit: r927847 - in /qpid/trunk/qpid: cpp/src/tests/cluster_tests.py python/qpid/brokertest.py

2010-03-26 Thread aconway
Author: aconway Date: Fri Mar 26 13:40:02 2010 New Revision: 927847 URL: http://svn.apache.org/viewvc?rev=927847&view=rev Log: Fix race condition causing deadlock in cluster_tests.py, failover_test. Modified: qpid/trunk/qpid/cpp/src/tests/cluster_tests.py qpid/trunk/qpid/python/qpid/broke

svn commit: r927994 - in /qpid/branches/qmf-devel0.7a/qpid: cpp/src/qpid/agent/ManagementAgentImpl.cpp cpp/src/qpid/management/ManagementObject.cpp extras/qmf/src/py/qmf/console.py

2010-03-26 Thread tross
Author: tross Date: Fri Mar 26 18:00:43 2010 New Revision: 927994 URL: http://svn.apache.org/viewvc?rev=927994&view=rev Log: Fixed bugs related to query-by-objectId Modified: qpid/branches/qmf-devel0.7a/qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp qpid/branches/qmf-devel0.7a/qpid/cpp/

[CONF] Apache Qpid > Download

2010-03-26 Thread confluence
Download Page edited by Carl Trieloff Production Releases These releases are well tested and appropriate for production use. 0.6 is the latest release of Qpid. Qpid supports the latest version of AMQP 0-10, and some components also

svn commit: r928003 - /qpid/trunk/qpid/cpp/src/qpid/broker/Queue.cpp

2010-03-26 Thread cctrieloff
Author: cctrieloff Date: Fri Mar 26 18:27:17 2010 New Revision: 928003 URL: http://svn.apache.org/viewvc?rev=928003&view=rev Log: QPID-2454 Messages set with a TTL expire immediately when sent on qpid queues with LVQ ordering Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Queue.cpp Modified:

svn commit: r928033 - in /qpid/branches/qmf-devel0.7a/qpid/cpp: include/qpid/management/ManagementObject.h src/qpid/management/ManagementObject.cpp

2010-03-26 Thread kgiusti
Author: kgiusti Date: Fri Mar 26 19:46:08 2010 New Revision: 928033 URL: http://svn.apache.org/viewvc?rev=928033&view=rev Log: remove second uint64 from object id Modified: qpid/branches/qmf-devel0.7a/qpid/cpp/include/qpid/management/ManagementObject.h qpid/branches/qmf-devel0.7a/qpid/c

svn commit: r928043 - in /qpid/branches/qmf-devel0.7a/qpid/cpp: managementgen/qmfgen/management-types.xml src/qpid/management/ManagementAgent.cpp src/qpid/management/ManagementAgent.h

2010-03-26 Thread kgiusti
Author: kgiusti Date: Fri Mar 26 20:26:17 2010 New Revision: 928043 URL: http://svn.apache.org/viewvc?rev=928043&view=rev Log: fix v2 list code gen Modified: qpid/branches/qmf-devel0.7a/qpid/cpp/managementgen/qmfgen/management-types.xml qpid/branches/qmf-devel0.7a/qpid/cpp/src/qpid/manag

svn commit: r928054 - in /qpid/trunk/qpid/cpp: include/qpid/agent/ManagementAgent.h src/qpid/agent/ManagementAgentImpl.cpp

2010-03-26 Thread astitcher
Author: astitcher Date: Fri Mar 26 20:49:46 2010 New Revision: 928054 URL: http://svn.apache.org/viewvc?rev=928054&view=rev Log: Move ManagementAgent class statics to be file static to avoid exposing their types in the header file Modified: qpid/trunk/qpid/cpp/include/qpid/agent/ManagementAg

svn commit: r928059 - in /qpid/branches/qmf-devel0.7a/qpid/cpp: include/qpid/management/ManagementObject.h src/qpid/management/ManagementAgent.cpp src/qpid/management/ManagementObject.cpp src/tests/Ma

2010-03-26 Thread kgiusti
Author: kgiusti Date: Fri Mar 26 21:03:31 2010 New Revision: 928059 URL: http://svn.apache.org/viewvc?rev=928059&view=rev Log: qmf v1 tests pass Modified: qpid/branches/qmf-devel0.7a/qpid/cpp/include/qpid/management/ManagementObject.h qpid/branches/qmf-devel0.7a/qpid/cpp/src/qpid/managem

svn commit: r928096 - in /qpid/branches/qmf-devel0.7a/qpid: cpp/include/qpid/management/ cpp/managementgen/ cpp/managementgen/qmfgen/ cpp/managementgen/qmfgen/templates/ extras/qmf/src/py/qmf/

2010-03-26 Thread tross
Author: tross Date: Fri Mar 26 23:07:18 2010 New Revision: 928096 URL: http://svn.apache.org/viewvc?rev=928096&view=rev Log: For qmf-gen: - Added conditional generation of QMFv1 code (for broker and plugins only) - Added nesting IF/ENDIF capability to support above For python console: - Adde

svn commit: r928097 - /qpid/branches/qmf-devel0.7a/qpid/extras/qmf/src/py/qmf/console.py

2010-03-26 Thread tross
Author: tross Date: Fri Mar 26 23:18:59 2010 New Revision: 928097 URL: http://svn.apache.org/viewvc?rev=928097&view=rev Log: Fixed a bug preventing reception of unsolicited messages from the broker. Modified: qpid/branches/qmf-devel0.7a/qpid/extras/qmf/src/py/qmf/console.py Modified: qpid/br

svn commit: r928124 - /qpid/branches/qmf-devel0.7a/

2010-03-26 Thread tross
Author: tross Date: Sat Mar 27 02:27:17 2010 New Revision: 928124 URL: http://svn.apache.org/viewvc?rev=928124&view=rev Log: merged top level dir Modified: qpid/branches/qmf-devel0.7a/ (props changed) Propchange: qpid/branches/qmf-devel0.7a/

svn commit: r928138 - /qpid/branches/qmf-devel0.7a/qpid/extras/qmf/src/py/qmf/console.py

2010-03-26 Thread tross
Author: tross Date: Sat Mar 27 04:02:41 2010 New Revision: 928138 URL: http://svn.apache.org/viewvc?rev=928138&view=rev Log: Python console: cancel pending queries immediately upon loss of agent connectivity. Modified: qpid/branches/qmf-devel0.7a/qpid/extras/qmf/src/py/qmf/console.py Modifi