revision |
committer |
date |
comment |
review notes |
r686722 |
ritchiem |
2008-08-18 |
QPID-1226 : Last few changes to correctly shutdown all ApplicationRegistries on each test run |
|
r686811 |
rhs |
2008-08-18 |
QPID-1252 : modified tests to unsubscribe the durable subscriptions they create |
|
r686818 |
gsim |
2008-08-18 |
QPID-1250 : Ensure broker receives session.detached before channel can be reused. |
|
r686843 |
rhs |
2008-08-18 |
updated qpid.0-10/java to match trunk/qpid/java@686835 |
|
r686846 |
aconway |
2008-08-18 |
Configure --without-cpg by default for M3. |
|
r686851 |
gsim |
2008-08-18 |
QPID-1250 : Ensure broker receives session.detached before channel can be reused. Merge of 686818 from trunk. |
|
r686852 |
kpvdr |
2008-08-18 |
Added --dtx option to txtest for DTX transaction testing |
|
r686854 |
kpvdr |
2008-08-18 |
Added --dtx option to txtest for DTX transaction testing |
|
r687010 |
aidan |
2008-08-19 |
QPID-1202 : Rebind durable subscriptions if the arguments have changed TopicExchange: take field arguments into account when determining if topic binding already exists when binding, but not for regul ... |
|
r687108 |
tross |
2008-08-19 |
Created a development branch for C++ broker management |
|
r687138 |
kpvdr |
2008-08-19 |
Missing DTX recover code for --dtx mode in txtest |
|
r687139 |
rhs |
2008-08-19 |
increased the timeout in the new DurableSubscriptionTest from 250 milliseconds to 1 second |
|
r687140 |
kpvdr |
2008-08-19 |
Missing DTX recover code for --dtx mode in txtest |
|
r687141 |
kpvdr |
2008-08-19 |
Forgot to remove unneeded comment |
|
r687142 |
kpvdr |
2008-08-19 |
Forgot to remove unneeded comment |
|
r687156 |
gsim |
2008-08-19 |
Build tweaks for distcheck: * ensure examples dirs are writable so executables can be compiled * cleanup files on distclean |
|
r687310 |
arnaudsimon |
2008-08-20 |
qpid-1251: changed close method for closing the underlying socket on windows only. |
|
r687313 |
rhs |
2008-08-20 |
QPID-1252 : remove the durable subscription when done with it, and increased another timeout |
|
r687361 |
gsim |
2008-08-20 |
Remove 'clever' locking as it actually degrades performance. |
|
r687377 |
rhs |
2008-08-20 |
branch for experimental work |
|
r687382 |
aidan |
2008-08-20 |
QPID-1202 : TopicExchance.removeFilteredQueue: if there are no instances of the filter, it's ok to remove it. |
|
r687383 |
aidan |
2008-08-20 |
QPID-1217 : make temporary queue creation actually create the temporary queue. AMQSession*: consolidate createTemporaryQueue into AMQSession. ConnectionTest: declare custom exchanges before testing t ... |
|
r687540 |
rhs |
2008-08-21 |
added codegen for 1-0-draft xml |
|
r687664 |
ritchiem |
2008-08-21 |
QPID-1225 : Temporary commit to allow CI systems to help diagnose cause of race condition. My guess is that the session is open but closes right after the isClosed call is done. So the client the goes ... |
|
r687665 |
ritchiem |
2008-08-21 |
Add Simple Request/Response Example from M2.x |
|
r687667 |
ritchiem |
2008-08-21 |
Remove old crufty helper that is not used. |
|
r687688 |
ritchiem |
2008-08-21 |
QPID-1225 : Remove SimpleACLTest from the test runs as the issues has been identified. |
|
r687741 |
ritchiem |
2008-08-21 |
Stopped the broker closing the ProtocolSessions as this was causing the client to lock in Mina seemingly missing the notify for the CloseFuture and hangs indefinately |
|
r687742 |
ritchiem |
2008-08-21 |
QPID-1256 : Initial commit of build creator tool. Documentation to appear on Wiki. (
http://cwiki.apache.org/confluence/display/qpid/Build+Creator
) |
|
r687743 |
ritchiem |
2008-08-21 |
QPID-1225 : Changed SimpleACLTest to use QpidTestCase so the failing test can be excluded. This change DOES NOT mean the test will run agains the exteranl brokers. The test explicitly shutsdown the QT ... |
|
r687749 |
ritchiem |
2008-08-21 |
Sorry went crazy with git and didn't meant to commit this change |
|
r687764 |
aidan |
2008-08-21 |
QPID-1167 : reset queue notification lists when creating queues. Pull out defaults centrally. |
|
r687807 |
aidan |
2008-08-21 |
Update version, NOTICE files. |
|
r687808 |
aidan |
2008-08-21 |
Tag M3 |
|
r687813 |
aconway |
2008-08-21 |
Pre-buffering output strategy for cluster. Additional hooks in broker code, should not affect standalone broker. |
|
r687850 |
aconway |
2008-08-21 |
Fix typo. |
|
r687872 |
aconway |
2008-08-21 |
Use numeric version number 0.3 in AC_INIT. |
|
r688045 |
gsim |
2008-08-22 |
Update & correct some of the notes included with the release. |
|