summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed QPID_COMMON_EXTERN from inlined constructor.Stephen D. Huston2010-04-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931995 13f79535-47bb-0310-9956-ffa450edef68
* Renamed qpid_recv to qpid_receive.Alan Conway2010-04-083-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931991 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: changed open() to connect(), moved url parameter to constructor, ↵Gordon Sim2010-04-0820-50/+62
| | | | | | added detach() and isConnected() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931852 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: set content-type on encoded messages, removed some duplication and ↵Gordon Sim2010-04-082-36/+47
| | | | | | added in a typedef to codecs that may be useful git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931851 13f79535-47bb-0310-9956-ffa450edef68
* Remove some clunky accessors for AbsTime on Windows and replace by making ↵Andrew Stitcher2010-04-083-9/+2
| | | | | | | | Condition a friend class of AbsTime. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931783 13f79535-47bb-0310-9956-ffa450edef68
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-085-10/+17
| | | | | | | | existing code. Fixed AbsTime to compile on Windows again. Removed unused and seemingly extraneous serialize() code from AbsTime. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931782 13f79535-47bb-0310-9956-ffa450edef68
* Improved fix for to create client library Poller. Improved because itAndrew Stitcher2010-04-083-11/+14
| | | | | | is now created at first need rather than library load. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931781 13f79535-47bb-0310-9956-ffa450edef68
* Now discusses mapping to 0-10, and uses drain and spout to show how Sender ↵Jonathan Robie2010-04-071-74/+318
| | | | | | and Receiver work when bound to various exchange types or queues. Includes full discussion of subject. (Still need to do options, and to show the code for request/response in the section on message properties). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931721 13f79535-47bb-0310-9956-ffa450edef68
* Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt.Alan Conway2010-04-072-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931692 13f79535-47bb-0310-9956-ffa450edef68
* Use read-write lock to imporve Logger concurrency.Alan Conway2010-04-072-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931682 13f79535-47bb-0310-9956-ffa450edef68
* Fix ambiguous --report option in qpid_send, qpid_recv.Alan Conway2010-04-072-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931681 13f79535-47bb-0310-9956-ffa450edef68
* Fix compiler warnings "virtual function but no virtual destructor".Alan Conway2010-04-073-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931660 13f79535-47bb-0310-9956-ffa450edef68
* Extend qpid_send, qpid_recv to measure throughput and latency.Alan Conway2010-04-076-19/+319
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931657 13f79535-47bb-0310-9956-ffa450edef68
* Added AbsTime::epoch()) constant to Time.h to provide a portable reference ↵Alan Conway2010-04-073-1/+10
| | | | | | time point. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-079-39/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931651 13f79535-47bb-0310-9956-ffa450edef68
* removed testReconnect's redelivered assertionsRafael H. Schloming2010-04-071-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931649 13f79535-47bb-0310-9956-ffa450edef68
* Fixed qpid-stat failure in cluster caseTed Ross2010-04-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931534 13f79535-47bb-0310-9956-ffa450edef68
* Be sure not to back off the beginning of rules in loadDecisionData(). ↵Stephen D. Huston2010-04-061-130/+139
| | | | | | | | Resolves QPID-2474. Also replaced tabs with spaces. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931345 13f79535-47bb-0310-9956-ffa450edef68
* fixed resource leak when close throws an errorRafael H. Schloming2010-04-061-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931286 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: added method to release messagesGordon Sim2010-04-066-1/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931275 13f79535-47bb-0310-9956-ffa450edef68
* Remove non-portable @staticmethod from qpid/datatypes.pyAlan Conway2010-04-062-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931262 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2482: prevent duplication of messages that match multiple binding keys ↵Kenneth Anthony Giusti2010-04-062-2/+60
| | | | | | on a topic exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931257 13f79535-47bb-0310-9956-ffa450edef68
* Added qpid-cluster-store tool to examine & modify cluster store status.Alan Conway2010-04-063-0/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931185 13f79535-47bb-0310-9956-ffa450edef68
* verify broker UUID read from config fileKenneth Anthony Giusti2010-04-061-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931182 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-0614-17/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931170 13f79535-47bb-0310-9956-ffa450edef68
* use set from compatRafael H. Schloming2010-04-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931153 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2361: actually write out the required default virtualhost propertyRobert Gemmell2010-04-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931132 13f79535-47bb-0310-9956-ffa450edef68
* Documentation for High Level API.Jonathan Robie2010-04-061-0/+770
| | | | | | | This is still an incomplete first draft. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931114 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2361: Fix to correctly set default virtualhost name in external ↵Robert Gemmell2010-04-052-0/+9
| | | | | | | | | configuration file Applied patch from Andrew Kennedy <andrew.international@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930877 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary reference to qpid/sys/Time.h to avoid pulling in boost on ↵Andrew Stitcher2010-04-022-2/+1
| | | | | | | | Windows. Stop Duration.h referring to qpid/client include files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930362 13f79535-47bb-0310-9956-ffa450edef68
* Add missing QPID_CLIENT_EXTERNs to fix build on Windows.Stephen D. Huston2010-04-011-4/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930140 13f79535-47bb-0310-9956-ffa450edef68
* make reconnect test always use plain transportRafael H. Schloming2010-04-011-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930106 13f79535-47bb-0310-9956-ffa450edef68
* added option to disable reconnect logging; fixed reconnect test to not loop ↵Rafael H. Schloming2010-04-014-17/+21
| | | | | | forever if no broker is running; backups -> reconnect_hosts git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930105 13f79535-47bb-0310-9956-ffa450edef68
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-016-12/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930084 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: minor adjustment to connection option namesGordon Sim2010-04-012-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930061 13f79535-47bb-0310-9956-ffa450edef68
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-019-110/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930055 13f79535-47bb-0310-9956-ffa450edef68
* Add missing QPID_COMMON_EXTERNs to fix build on Windows.Stephen D. Huston2010-04-012-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930031 13f79535-47bb-0310-9956-ffa450edef68
* Note merge info.Stephen D. Huston2010-04-010-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930021 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2472: correction to count direction commentRobert Gemmell2010-04-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930016 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2472: Correct log4j XML configuration commentsRobert Gemmell2010-04-011-26/+37
| | | | | | | Applied patch from Andrew Kennedy <andrew.international@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@930015 13f79535-47bb-0310-9956-ffa450edef68
* Add a java-derby.0.10 test profileRobert Gemmell2010-04-011-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929981 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2478: exclude testGetDestinationWithCustomExchange() from 0-8/9 runs ↵Robert Gemmell2010-04-013-1/+8
| | | | | | against the java broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929980 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2418: revert changes to testResubscribeWithChangedSelector()Robert Gemmell2010-04-011-11/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929979 13f79535-47bb-0310-9956-ffa450edef68
* Adapted test to an API change in qmf.console.Ted Ross2010-04-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929790 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261: update addressing, fix subscription refresh, remove old commentsKenneth Anthony Giusti2010-03-314-88/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929740 13f79535-47bb-0310-9956-ffa450edef68
* added SSL support to APIRafael H. Schloming2010-03-319-27/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929717 13f79535-47bb-0310-9956-ffa450edef68
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-3137-928/+4035
| | | | | | | | | | | | | | | | | This is a checkpoint along the QMFv2 development path. This update introduces portions of QMFv2 into the code: - The C++ agent (qpid/agent) uses QMFv2 for data and method transfer o The APIs no longer use qpid::framing::* o Consequently, boost is no longer referenced from the API headers. o Agents and Objects are now referenced by strings, not numbers. o Schema transfer still uses the QMFv1 format. - The broker-resident agent can use QMFv1 or QMFv2 based on the command line options. It defaults to QMFv1 for compatibility. - The pure-python QMF console (qmf.console) can concurrently interact with both QMFv1 and QMFv2 agents. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929716 13f79535-47bb-0310-9956-ffa450edef68
* Removed config-sequence test from cluster_tests.py, functionality was removed.Alan Conway2010-03-311-23/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929685 13f79535-47bb-0310-9956-ffa450edef68
* Fix error in cluster_tests.py test_join_sub_sizeAlan Conway2010-03-311-1/+3
| | | | | | | Was not setting cluster-size so not testing the intended behaviour. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929660 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2477: cleanup from patch by Jan SarenikGordon Sim2010-03-311-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929617 13f79535-47bb-0310-9956-ffa450edef68