summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1114 Change defaults for data-dir and pid-dir to /home/ross/.qpiddTed Ross2008-06-034-7/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662854 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1062: modified generated code to keep packing flags in wire form and ↵Rafael H. Schloming2008-06-0310-185/+170
| | | | | | override commonly used size methods for improved performance git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662849 13f79535-47bb-0310-9956-ffa450edef68
* Management fixes: set session.detachedLifetime to 0, set journal->queue link ↵Ted Ross2008-06-032-3/+10
| | | | | | in all cases git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662830 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1112: Update previous commit by re-using messageAcknowledge (added a ↵Arnaud Simon2008-06-035-46/+22
| | | | | | flag specifying whether to send an messageAccept) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662827 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1114 moved --pid-dir from config file to startup scriptTed Ross2008-06-032-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662821 13f79535-47bb-0310-9956-ffa450edef68
* Better exception handling for commit.Gordon Sim2008-06-032-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662774 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1115: Only generate client ID when necessaryArnaud Simon2008-06-033-38/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662755 13f79535-47bb-0310-9956-ffa450edef68
* Fixed typo in options.Gordon Sim2008-06-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662701 13f79535-47bb-0310-9956-ffa450edef68
* Add ConnectionOptions.h to sources for each test program.Gordon Sim2008-06-031-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662700 13f79535-47bb-0310-9956-ffa450edef68
* Reverted move of ConnectionOptions (without the parse functionality they ↵Gordon Sim2008-06-034-9/+5
| | | | | | | | | | aren't off much use). Corrected include in ConnectionOptions.h git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662681 13f79535-47bb-0310-9956-ffa450edef68
* Move ConnectionOptions into qpid::client.Gordon Sim2008-06-034-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662675 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1112: Added sessionCompleted support and changed onMessage for invoking ↵Arnaud Simon2008-06-034-3/+42
| | | | | | sessionCompleted when all expected messages have been received. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662665 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1108 patch from Manuel TeiraCarl C. Trieloff2008-06-031-20/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662613 13f79535-47bb-0310-9956-ffa450edef68
* Queue stats: byteDepth now computed periodicallyTed Ross2008-06-023-7/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662592 13f79535-47bb-0310-9956-ffa450edef68
* Added byteDepth back into Queue managment classTed Ross2008-06-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662588 13f79535-47bb-0310-9956-ffa450edef68
* Separate option parsing from qpid::client::ClientSettings.Alan Conway2008-06-0215-73/+92
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662581 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1114 Daemon mode improvementsTed Ross2008-06-026-19/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662570 13f79535-47bb-0310-9956-ffa450edef68
* Improve performance of synchronous publication by not requesting ↵Gordon Sim2008-06-024-7/+25
| | | | | | | | | | known-completed response for every completed sent. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662561 13f79535-47bb-0310-9956-ffa450edef68
* Added --syslog-name, --syslog-facility options.Alan Conway2008-06-0210-60/+152
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662558 13f79535-47bb-0310-9956-ffa450edef68
* Fix that works on 1.33/gcc4.1 up to boost 1.34.13/gcc 4.3Alan Conway2008-06-021-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662497 13f79535-47bb-0310-9956-ffa450edef68
* Fixed dereference of null pointerTed Ross2008-06-021-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662490 13f79535-47bb-0310-9956-ffa450edef68
* Backed out previous fix compiler for warning, it fails with boost 1.33.Alan Conway2008-06-021-5/+1
| | | | | | | Will seek a fix that works for all versions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662472 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-0228-335/+390
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662470 13f79535-47bb-0310-9956-ffa450edef68
* Fix compiler warning with gcc 4.3Alan Conway2008-06-021-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662461 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1110: use pre-acquire mode when message selector is the empty stringArnaud Simon2008-06-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662397 13f79535-47bb-0310-9956-ffa450edef68
* disable use of module-dir when running examplesGordon Sim2008-06-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662390 13f79535-47bb-0310-9956-ffa450edef68
* Minor updates to tests:Gordon Sim2008-06-025-15/+15
| | | | | | | | | | * sync on commit in transactional topic test * disable loading of modules from automated test to preserve isolation * update federated topic test script in line with command line option changes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662373 13f79535-47bb-0310-9956-ffa450edef68
* Use InlineVector for AMQFrame, reduces heap allocations by 13%.Alan Conway2008-06-022-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662310 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant flush request.Gordon Sim2008-05-301-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661730 13f79535-47bb-0310-9956-ffa450edef68
* Add short sleep before killing python server to ensure it has had a chance ↵Gordon Sim2008-05-301-0/+1
| | | | | | to send the message acknowledgement. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661698 13f79535-47bb-0310-9956-ffa450edef68
* QPID-754: changed prop nameArnaud Simon2008-05-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661633 13f79535-47bb-0310-9956-ffa450edef68
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-3023-2100/+1846
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661587 13f79535-47bb-0310-9956-ffa450edef68
* This check in is for QPID-1102.Rajith Muditha Attapattu2008-05-303-13/+355
| | | | | | | | | IoHandler and IoSender uses the java.io classes for IO operations and have shown very good improvement in latency and memory usage over MINA. For certain tests with pub/sub it gives a 2X improvement in throughput. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661561 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1100 crash when config file contains commented-out commands (patch from ↵Ted Ross2008-05-291-46/+65
| | | | | | michael goulish) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661483 13f79535-47bb-0310-9956-ffa450edef68
* Performnace fix, improves 6-8% on high core count machines.Carl C. Trieloff2008-05-293-5/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661455 13f79535-47bb-0310-9956-ffa450edef68
* Packaing error - SessionId.hAlan Conway2008-05-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661445 13f79535-47bb-0310-9956-ffa450edef68
* Correct declarations to be the same as definitions.Gordon Sim2008-05-292-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661323 13f79535-47bb-0310-9956-ffa450edef68
* Move AckPolicy impl from header to .cpp; ensure that completion is marked ↵Gordon Sim2008-05-293-24/+58
| | | | | | even when auto-acking is turned off. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661309 13f79535-47bb-0310-9956-ffa450edef68
* Only record frames for replay if timeout is non-zero.Gordon Sim2008-05-292-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661302 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1094: added finally close for cleaning potential indoubt txArnaud Simon2008-05-291-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661267 13f79535-47bb-0310-9956-ffa450edef68
* Updated some 'todo' comments with clearer text.Gordon Sim2008-05-281-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661000 13f79535-47bb-0310-9956-ffa450edef68
* Improve latency test tool to allow lower rates.Gordon Sim2008-05-281-14/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660981 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1094 and QPID-1095: Updated XaResource for handling wrong flag value, ↵Arnaud Simon2008-05-286-40/+72
| | | | | | updated xa tests for using correct flag values, excluded forget test as the current 0.10 broker does not implement forget. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660973 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1099 Add tests for publishing several messages transactionally and ↵Aidan Skinner2008-05-281-0/+68
| | | | | | consuming them in an OnMessage handler git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660966 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1098: correction to queue query when queue is not knownGordon Sim2008-05-282-11/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660953 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1095: another error code correctionGordon Sim2008-05-282-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660952 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1095: fixes to dtx error codes for latest spec changes.Gordon Sim2008-05-284-14/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660924 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1097: Those changes have been suggested by LanaArnaud Simon2008-05-284-181/+155
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660922 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1094: Implement XA resource exception handling and add corresponding testsArnaud Simon2008-05-288-183/+694
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660911 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to binding of member functions as raised on qpid list by Manuel Teira.Gordon Sim2008-05-281-11/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660886 13f79535-47bb-0310-9956-ffa450edef68