summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enabled PLAIN authentication and setting of username and password for 0-10 ↵Gordon Sim2008-05-097-63/+48
| | | | | | | | | | python client. Added options to all command line tools to allow a username and password to be specified. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654759 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1042: ensure delievery record is kept where accept_mode=not-required, ↵Gordon Sim2008-05-092-2/+27
| | | | | | acquire_mode=not-acquired and flow_mode=credit git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654737 13f79535-47bb-0310-9956-ffa450edef68
* Make ANONYMOUS the default mechanismGordon Sim2008-05-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654712 13f79535-47bb-0310-9956-ffa450edef68
* Make ANONYMOUS the default authentication mechanism. Gordon Sim2008-05-092-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654710 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-096-10/+109
| | | | | | | Code to allow non-blocking connection of new sockets git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654666 13f79535-47bb-0310-9956-ffa450edef68
* QPID-979: added qpid_config.py appropriate for devel checkoutRafael H. Schloming2008-05-081-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654637 13f79535-47bb-0310-9956-ffa450edef68
* QPID-979: switched to a more appropriate name for locating the specRafael H. Schloming2008-05-081-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654623 13f79535-47bb-0310-9956-ffa450edef68
* QPID-979: added access to enums through the session so that symbolic ↵Rafael H. Schloming2008-05-0814-112/+156
| | | | | | constants can be used rather than hard coded ones; also added default loading of the spec git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654618 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1035: managementgen only exists in qpid C++ source - applying patched ↵Nuno Santos2008-05-081-0/+26
| | | | | | supplied by Matt Farrellee git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1035: managementgen only exists in qpid C++ source - applying patched ↵Nuno Santos2008-05-081-0/+27
| | | | | | supplied by Matt Farrellee git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654574 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1026: managementgen C++ symbol validation - applied patch supplied by ↵Nuno Santos2008-05-082-10/+60
| | | | | | Matt Farrellee git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654566 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1035: managementgen only exists in qpid C++ source - applying patched ↵Nuno Santos2008-05-085-6/+15
| | | | | | supplied by Matt Farrellee git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654564 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1038 add a mixed send/recieve/rollback testAidan Skinner2008-05-081-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654545 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1038 add test caseAidan Skinner2008-05-081-0/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654529 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1037: revert the junit-toolkit changeArnaud Simon2008-05-081-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654513 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1037: Added module name prop and an exclude.modules prop + switch ↵Arnaud Simon2008-05-0811-7/+17
| | | | | | systests off in cpp profiles. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654505 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1004: As this test does not extend QpidTestCase we need to exclude it ↵Arnaud Simon2008-05-081-1/+1
| | | | | | from the build.xml. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654464 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1004: Disable this test as it is not finished and TTL is already testedArnaud Simon2008-05-083-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654457 13f79535-47bb-0310-9956-ffa450edef68
* QPID-979: added convenience accessors for headersRafael H. Schloming2008-05-073-14/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654158 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up #D project a bitAidan Skinner2008-05-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654144 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up #D project a bitAidan Skinner2008-05-072-13/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654143 13f79535-47bb-0310-9956-ffa450edef68
* Add integration tests to #D projectAidan Skinner2008-05-0712-10/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654125 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 653420-654109 via svnmerge from Aidan Skinner2008-05-0713-421/+510
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ........ r653447 | aidan | 2008-05-05 13:26:29 +0100 (Mon, 05 May 2008) | 1 line Check if consumer is closed and dont reclose it ........ r653451 | aidan | 2008-05-05 13:29:15 +0100 (Mon, 05 May 2008) | 1 line QPID-1022 Use synchronous writes to fix race conditions ........ r653452 | aidan | 2008-05-05 13:30:45 +0100 (Mon, 05 May 2008) | 1 line QPID-1023 increase some timeouts ........ r653760 | aidan | 2008-05-06 13:40:34 +0100 (Tue, 06 May 2008) | 3 lines QPID-1029: Generate temporary queue names using GUIDs to ensure uniqueness. ........ r654097 | aidan | 2008-05-07 14:25:38 +0100 (Wed, 07 May 2008) | 2 lines QPID-952, QPID-951, QPID-1032 Fix failover, ensure that it is properly detected, that frames are replayed approrpiately and that failover does not timeout. ........ r654104 | aidan | 2008-05-07 14:46:51 +0100 (Wed, 07 May 2008) | 1 line QPID-952 should have been part of previous commit ........ r654109 | aidan | 2008-05-07 14:56:09 +0100 (Wed, 07 May 2008) | 2 lines QPID-1036 increase timeouts to more reasonable levels, ensure that durable queues are deleted when no longer needed ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654113 13f79535-47bb-0310-9956-ffa450edef68
* Fix for defining HAS_XMLAlan Conway2008-05-061-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653912 13f79535-47bb-0310-9956-ffa450edef68
* This patch was attached to QPID-953.Rajith Muditha Attapattu2008-05-061-32/+44
| | | | | | | | | It allows to specify a comma separated list of queue names to filter with -f flag. Also I removed getopt and added optparse as it provides a more easy way of handling CLI functionality including a free help function. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653904 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1033: made loading of the spec file not fail if the results cannot be ↵Rafael H. Schloming2008-05-062-3/+23
| | | | | | cached, e.g. due to an unwritable directory git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653875 13f79535-47bb-0310-9956-ffa450edef68
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan ↵Alan Conway2008-05-0620-12/+909
| | | | | | | | | Robie. XML exchange allowing messages to be routed base on XQuery expressions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653854 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1031Rajith Muditha Attapattu2008-05-061-1/+5
| | | | | | | I added read/write methods for datetime that calls int64. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653830 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1030: This solves the issue for the 0.10 code pathArnaud Simon2008-05-061-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653813 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1028: updated report task for including all subdirsArnaud Simon2008-05-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653731 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 652388-652389,652399,652567-652568,653416 via svnmerge from Aidan Skinner2008-05-066-77/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ........ r652388 | ritchiem | 2008-04-30 15:40:18 +0100 (Wed, 30 Apr 2008) | 2 lines QPID-889 : Removed _reapingStoreContext from CSDM replaced with local StoreContext()s so they are not reused by different threads. ........ r652389 | ritchiem | 2008-04-30 15:40:45 +0100 (Wed, 30 Apr 2008) | 1 line QPID-887 : Renamed QueueHouseKeeping threads so they can be identified in thread dump. Named Queue-housekeeping-<virtualhost name> ........ r652399 | ritchiem | 2008-04-30 16:32:42 +0100 (Wed, 30 Apr 2008) | 1 line QPID-888,QPID-886 : Fixed all management uses of _lock.lock / _lock.unlock so that they correctly call unlock from a finally block in the CSDM. There are two issues that cover that. QPID-888 - Fix the management ones and QPID-886 to fix the use in removeExpired. ........ r652567 | aidan | 2008-05-01 17:32:20 +0100 (Thu, 01 May 2008) | 1 line QPID-994 Dont wait for attain state as connection is closed by we get CloseOk ........ r652568 | aidan | 2008-05-01 17:35:09 +0100 (Thu, 01 May 2008) | 1 line QPID-1001 dont set the expiration time if TTL is 0 ........ r653416 | aidan | 2008-05-05 11:24:50 +0100 (Mon, 05 May 2008) | 1 line QPID-1019 prevent messages being dequeued unecessarily, from rgodfrey ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653720 13f79535-47bb-0310-9956-ffa450edef68
* Updated for latest 0-10 spec and added two extra queue options to set the ↵Gordon Sim2008-05-051-7/+25
| | | | | | flow to disk policy trigger size/count git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653527 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1025: changed received so empty Payload are processedArnaud Simon2008-05-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653518 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1008: allow for case where 0-10 message-properties are not included in ↵Gordon Sim2008-05-051-1/+4
| | | | | | a received message git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653508 13f79535-47bb-0310-9956-ffa450edef68
* QPID-997 : Cause of delay is the missing / in the file url for the log4j ↵Martin Ritchie2008-05-051-1/+1
| | | | | | configuration file. Under windows the path would start file://c:/ which log4j assumes is some remote file system. For windows it needs to be file:///c:/ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653441 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1021 : Update to build system to store and clean test results per ↵Martin Ritchie2008-05-051-1/+1
| | | | | | | | module.name. Sorry errant } broke everything. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653439 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1021 : Update to build system to store and clean test results per ↵Martin Ritchie2008-05-051-1/+3
| | | | | | module.name. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653434 13f79535-47bb-0310-9956-ffa450edef68
* QPID-998 : prevented warning about missing bin/etc directories in modules ↵Martin Ritchie2008-05-051-4/+12
| | | | | | that don't have bin or etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653427 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1005: Added a property for ignoring setClientID so we are compatible ↵Arnaud Simon2008-05-052-1/+16
| | | | | | with legacy applications that don't rely on the ID being set on the connection URL. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653426 13f79535-47bb-0310-9956-ffa450edef68
* QPID-895 : Patch provided provided by Senaka to prevent delay on initial ↵Martin Ritchie2008-05-052-17/+38
| | | | | | Connections with SingleServer methods. Updated FailoverMethodTest to include a better description of where the times come from. Also added a maximum time test to ensure that we don't miss any regression of this patch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653421 13f79535-47bb-0310-9956-ffa450edef68
* turn on merge tracking between trunk and M2.xAidan Skinner2008-05-050-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653419 13f79535-47bb-0310-9956-ffa450edef68
* QPID-887 : Renamed QueueHouseKeeping threads so they can be identified in ↵Martin Ritchie2008-05-051-33/+36
| | | | | | thread dump. Named Queue-housekeeping-<virtualhost name> git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653415 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1007: removed bad importsArnaud Simon2008-05-051-10/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653400 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1018: added org.apache.qpid.client.configuration and add io propsArnaud Simon2008-05-054-53/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653399 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1006 and QPID-1007: -QPID-1006:use same socket buffer size and frame ↵Arnaud Simon2008-05-051-4/+64
| | | | | | size -QPID-1007: added io write handler into MINA chain git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653354 13f79535-47bb-0310-9956-ffa450edef68
* Update and cleanup scripts for automated 0-10 example testing.Gordon Sim2008-05-0411-30/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653253 13f79535-47bb-0310-9956-ffa450edef68
* Allow queue durbaility to be specified independent of message durability.Gordon Sim2008-05-041-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653252 13f79535-47bb-0310-9956-ffa450edef68
* Use amq.direct for control queue in topic test.Gordon Sim2008-05-042-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653251 13f79535-47bb-0310-9956-ffa450edef68
* Extra log ouput for queue policy.Gordon Sim2008-05-042-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653249 13f79535-47bb-0310-9956-ffa450edef68
* Fix error handling for connection close during startup.Gordon Sim2008-05-042-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653248 13f79535-47bb-0310-9956-ffa450edef68