summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Collapse)AuthorAgeFilesLines
* added support for browsingRafael H. Schloming2010-02-173-29/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910999 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1575Rajith Muditha Attapattu2010-02-172-2/+2
| | | | | | | | Lowering the queue cleaner interval in the broker does not seem to work properly. Therefore I am disabling the testActiveTTL test and removing the queue purge interval explictly set in the profile. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910987 13f79535-47bb-0310-9956-ffa450edef68
* fixed address syntax error in docsRafael H. Schloming2010-02-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910982 13f79535-47bb-0310-9956-ffa450edef68
* tweaks to linkRafael H. Schloming2010-02-171-13/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910826 13f79535-47bb-0310-9956-ffa450edef68
* combined duplicate logic between link_in/link_outRafael H. Schloming2010-02-171-131/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910823 13f79535-47bb-0310-9956-ffa450edef68
* fixed spurious delay in testRafael H. Schloming2010-02-171-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910821 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the gacutil stuff for the WCF DLLs and explain why. Related to ↵Stephen D. Huston2010-02-171-8/+17
| | | | | | QPID-2310. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910788 13f79535-47bb-0310-9956-ffa450edef68
* SSL changes for broker listening that weren't checked in with the original ↵Stephen D. Huston2010-02-171-4/+4
| | | | | | Windows broker SSL support (QPID-1403). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910785 13f79535-47bb-0310-9956-ffa450edef68
* Build the ACL source into the qpidbroker library on Windows; works around ↵Stephen D. Huston2010-02-171-15/+17
| | | | | | the problems with qmf-gen'd management code; see QPID-1842 for history. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910782 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-2404Rajith Muditha Attapattu2010-02-162-2/+2
| | | | | | | | | | | | | The C++ broker removes stales messages using the following strategies a) If a consumer requests a messages, it checks the head and discards it if it's expired b) Runs the queue cleaner thread every x (defaults to 5 mins) secs and discards stale messages. I enabled the TimeToLiveTest (by commenting it out) and reduced the --queue-purge-interval to 1 sec. This may interfere with other tests. If that happens I will try to increase above interval and the test timeout and see if we could get by. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910777 13f79535-47bb-0310-9956-ffa450edef68
* QMF Messages originated from the broker don't have a routing-key field in ↵Ted Ross2010-02-161-0/+5
| | | | | | | | | the delivery properties. This update fixes this bug. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910772 13f79535-47bb-0310-9956-ffa450edef68
* Handle the case where a message is received without a routing_key in the ↵Ted Ross2010-02-161-4/+10
| | | | | | delivery properties. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910694 13f79535-47bb-0310-9956-ffa450edef68
* Use qpid::sys::usleep() instead of usleep(). Resolves QPID-2408.Stephen D. Huston2010-02-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910567 13f79535-47bb-0310-9956-ffa450edef68
* update exclude file to match new test package nameRafael H. Schloming2010-02-161-31/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910500 13f79535-47bb-0310-9956-ffa450edef68
* changed sender/receiver to be synchronous by default when invoked on a ↵Rafael H. Schloming2010-02-166-64/+85
| | | | | | connected session git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910388 13f79535-47bb-0310-9956-ffa450edef68
* capture and report socket errorsRafael H. Schloming2010-02-161-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910382 13f79535-47bb-0310-9956-ffa450edef68
* When handling coalesced sets of SSL segments, ensure the buffer obtained to ↵Stephen D. Huston2010-02-151-2/+9
| | | | | | hold the extra data is big enough. Resolves QPID-2407. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910338 13f79535-47bb-0310-9956-ffa450edef68
* Added handling for adjusting TTL on outgoing message based on how long a ↵Kim van der Riet2010-02-154-0/+42
| | | | | | message has been on the queue. Added a new TTL test as ClientSessionTest.testTtl. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910289 13f79535-47bb-0310-9956-ffa450edef68
* backported package_data support to pre 2.4 pythonRafael H. Schloming2010-02-151-2/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910271 13f79535-47bb-0310-9956-ffa450edef68
* made epydoc a soft depRafael H. Schloming2010-02-151-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910242 13f79535-47bb-0310-9956-ffa450edef68
* added build_doc to setup.pyRafael H. Schloming2010-02-151-1/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910226 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2379: change unimplemented property method to return false instead of nullRobert Gemmell2010-02-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910210 13f79535-47bb-0310-9956-ffa450edef68
* more futzing with setup.py; pulled specs into python/qpid packageRafael H. Schloming2010-02-1513-172/+16228
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910165 13f79535-47bb-0310-9956-ffa450edef68
* removed Makefile and preppy script as they are now subsumed by setup.pyRafael H. Schloming2010-02-152-145/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910160 13f79535-47bb-0310-9956-ffa450edef68
* use python/setup.py instead of python/MakefileRafael H. Schloming2010-02-151-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910159 13f79535-47bb-0310-9956-ffa450edef68
* updated setup.py to backport annotations as well as properly install ↵Rafael H. Schloming2010-02-152-3/+181
| | | | | | qpid_config.py; added MANIFEST.in git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910153 13f79535-47bb-0310-9956-ffa450edef68
* moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library ↵Rafael H. Schloming2010-02-1431-19/+73
| | | | | | into extras/qmf git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910016 13f79535-47bb-0310-9956-ffa450edef68
* handle Control-CRafael H. Schloming2010-02-132-44/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909811 13f79535-47bb-0310-9956-ffa450edef68
* added count and print formatting options to drainRafael H. Schloming2010-02-131-4/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909810 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261: add async method call workitemsKenneth Anthony Giusti2010-02-125-74/+471
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909648 13f79535-47bb-0310-9956-ffa450edef68
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-12144-3084/+6035
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909641 13f79535-47bb-0310-9956-ffa450edef68
* Changes needed for QPID-2029 (Clustering and Management don't work well ↵Ted Ross2010-02-1211-26/+130
| | | | | | | | | | | | | | | | together) This update changes the indexing of object IDs in the broker-resident management agent from being based on the QMFv1 format (numeric) to the QMFv2 format (string name). This removes the need for numeric objectIds to be synchronized across a set of clustered brokers. Also included in this patch is a fix to a bug in binding creation. Previously, when a binding was created that already existed, the management object for the proposed binding (duplicate of the existing one) was created then destroyed. This is inefficient and causes problems when the name-based indexes collide. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909610 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261: add async query and schema prefetchKenneth Anthony Giusti2010-02-124-61/+840
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909591 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2328 - Applied patch from Ian MainTed Ross2010-02-124-4/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909548 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo.Stephen D. Huston2010-02-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909425 13f79535-47bb-0310-9956-ffa450edef68
* Fixed an error in retrieving the SSL parameterRajith Muditha Attapattu2010-02-112-1/+3
| | | | | | | Added a log message in IoTransport to denote successfull creation of SSL Sender and Receiver git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909150 13f79535-47bb-0310-9956-ffa450edef68
* Add EventImpl.cpp, .h for qmfengine source from patch in QPID-2401.Stephen D. Huston2010-02-111-3/+5
| | | | | | When adding qmfconsoled.dll to Windows installer, pick it up from correct directory. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909039 13f79535-47bb-0310-9956-ffa450edef68
* Add comment that destructor doesn't close connection; see QPID-2395Stephen D. Huston2010-02-101-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@908706 13f79535-47bb-0310-9956-ffa450edef68
* Add BOOST_ALL_DYN_LINK to projects' Visual Studio C++ preprocessor settings; ↵Stephen D. Huston2010-02-0928-112/+112
| | | | | | resolves QPID-2398. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@908127 13f79535-47bb-0310-9956-ffa450edef68
* exclusivity is associated with the Session and not the consumer. Hence ↵Rajith Muditha Attapattu2010-02-091-0/+1
| | | | | | session2 needs to be closed to release the lock on the queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907851 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2396: add assignment operator to ObjectId class.Kenneth Anthony Giusti2010-02-082-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907808 13f79535-47bb-0310-9956-ffa450edef68
* Added unimplimented method to get the trunk compilingRajith Muditha Attapattu2010-02-081-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907801 13f79535-47bb-0310-9956-ffa450edef68
* Add tested part of patch from QPID-2371. Also add install for Debug variant ↵Stephen D. Huston2010-02-081-0/+12
| | | | | | of qmfconsole on Windows. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907733 13f79535-47bb-0310-9956-ffa450edef68
* I am disabling the WsDmAdapterTest by commenting out the code that adds the ↵Rajith Muditha Attapattu2010-02-062-4/+2
| | | | | | | | | | test cases to the test suite. This test is failing due to classpath issues related to Sun shipping a fairly old version of Apache Xalan jars. I also removed the entry from Excludes. I mistakenly added it there without realizing that this test doesn't extend from QpidTestCase git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907146 13f79535-47bb-0310-9956-ffa450edef68
* Consistent connection names across a cluster.Alan Conway2010-02-0511-43/+83
| | | | | | | | | - use the same host:port for connections and their shadows. - add shadow property to managment connection to identify shadows. - updated qpid-stat and qpid-cluster to filter on shadow property. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907123 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2029 - Added verification script contributed by John DunningTed Ross2010-02-051-0/+400
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907119 13f79535-47bb-0310-9956-ffa450edef68
* Changing filename conventions - no more file names with spaces.Jonathan Robie2010-02-0552-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907115 13f79535-47bb-0310-9956-ffa450edef68
* Add Windows Powershell scripts needed for test suite to run on Windows to ↵Stephen D. Huston2010-02-051-4/+14
| | | | | | EXTRA_DIST so they get included in releases. Resolves QPID-2392. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907101 13f79535-47bb-0310-9956-ffa450edef68
* Synchronize management agent lists during cluster update.Alan Conway2010-02-058-66/+184
| | | | | | | | | - replicate management agent lists during cluster update. - suppress management agent output during update. - on join all members force full output at next periodic processing. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907030 13f79535-47bb-0310-9956-ffa450edef68
* fixed setup.pyRafael H. Schloming2010-02-051-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907002 13f79535-47bb-0310-9956-ffa450edef68