Author: kwall
Date: Thu Dec 22 22:41:57 2011
New Revision: 1222502
URL: http://svn.apache.org/viewvc?rev=1222502&view=rev
Log:
QPID-3707: Fix ClassCastException when processing QueueUnbind for 0-9-1
protocol.
Modified:
qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/handler
Author: aconway
Date: Thu Dec 22 20:36:10 2011
New Revision: 1222432
URL: http://svn.apache.org/viewvc?rev=1222432&view=rev
Log:
QPID-3603: Lifecycle and locking fixes for QueueReplicator
Separate bridge de-activation from destruction in QueueReplicator:
Only deactivate if destroyed by the Wiring
Author: aconway
Date: Thu Dec 22 20:36:02 2011
New Revision: 1222431
URL: http://svn.apache.org/viewvc?rev=1222431&view=rev
Log:
QPID-3603: Format static log prefixes at consutruction time.
Creating the prefix dynamically caused sporadic core dumps with trace
logging on. It is also inefficient.
Author: chug
Revision: 1222343
Modified property: svn:log
Modified: svn:log at Thu Dec 22 16:56:51 2011
--
--- svn:log (original)
+++ svn:log Thu Dec 22 16:56:51 2011
@@ -1,3 +1,3 @@
-QPID-3193 Locking .NET Disposed object
Author: chug
Date: Thu Dec 22 16:51:16 2011
New Revision: 1222343
URL: http://svn.apache.org/viewvc?rev=1222343&view=rev
Log:
QPID-3193 Locking .NET Disposed objects - repair patch r1228124
That code initialized the private lock object instead of locking it.
Modified:
qpid/trunk/qpid/cpp/bin
Author: shuston
Date: Thu Dec 22 16:27:33 2011
New Revision: 1222330
URL: http://svn.apache.org/viewvc?rev=1222330&view=rev
Log:
Adjust topictest.ps1 to use correct executable names (they changed some time
ago); extend broker start timeout on brokertest.ps1 (Windows broker now takes
19 sec to st