summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1592 : Patch provided by Robert Gemmell to standardise launchers for ↵Martin Ritchie2009-01-2252-34/+215
| | | | | | management console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736591 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1608Rajith Muditha Attapattu2009-01-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736447 13f79535-47bb-0310-9956-ffa450edef68
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-217-76/+165
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736409 13f79535-47bb-0310-9956-ffa450edef68
* correct lifecycle for pollablequeue dispatch handleCarl C. Trieloff2009-01-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736398 13f79535-47bb-0310-9956-ffa450edef68
* Re-issue 736381 with a literal.Ted Ross2009-01-211-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736394 13f79535-47bb-0310-9956-ffa450edef68
* Moved minimum frameMax constant into publicTed Ross2009-01-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736381 13f79535-47bb-0310-9956-ffa450edef68
* Include file in distributed headers.Gordon Sim2009-01-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736372 13f79535-47bb-0310-9956-ffa450edef68
* Enforce a minimum frame-max to avoid really bad things that can happenTed Ross2009-01-211-3/+4
| | | | | | | if frame-max is set to zero. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736370 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1567: Added ability for federation links to failover to other specified ↵Gordon Sim2009-01-2113-10/+337
| | | | | | known-hosts git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736354 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1592 : Patch provided by Robert Gemmell to standardise launchers for ↵Martin Ritchie2009-01-2129-476/+253
| | | | | | management console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736349 13f79535-47bb-0310-9956-ffa450edef68
* Fix test to use exchange option correctly when specifiedGordon Sim2009-01-211-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736334 13f79535-47bb-0310-9956-ffa450edef68
* Additional latency measurement points.Alan Conway2009-01-219-9/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736326 13f79535-47bb-0310-9956-ffa450edef68
* Fix for race condition in test identified by Ted.Gordon Sim2009-01-211-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736317 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1605: added an assertion to catch acknowledgments of message-ids ↵Rafael H. Schloming2009-01-218-45/+129
| | | | | | outside the range permitted on a session; added code to pause failover until messages from old sessions have been cleared out of the dispatcher queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736316 13f79535-47bb-0310-9956-ffa450edef68
* Latency measurements, compiled out of production code.Alan Conway2009-01-208-16/+194
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736135 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1602 SASL Authentication, Authorization, and Security Layer for Ruby ↵Ted Ross2009-01-206-29/+564
| | | | | | Client. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736111 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1603: ignore incoming heartbeat controlsRafael H. Schloming2009-01-202-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736109 13f79535-47bb-0310-9956-ffa450edef68
* Use different file for storing port to avoid interfering with other ↵Gordon Sim2009-01-201-5/+5
| | | | | | check-long tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736097 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1601 Ruby test patch from Justin RossTed Ross2009-01-201-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736094 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1585 : WS-DM Method invocation feature.Andrea Gazzarini2009-01-2021-224/+1110
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736031 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of ↵Gordon Sim2009-01-2029-136/+431
| | | | | | | | | | | | queue state * altered replication protocol to detect and eliminate duplicates * added support for acknowledged transfer over inter-broker bridges * added option to qpid-route to control this git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736018 13f79535-47bb-0310-9956-ffa450edef68
* Reorder receives, check that we don't get 3 messages first. Trying to debug ↵Aidan Skinner2009-01-201-11/+12
| | | | | | occasional failures on a slow cruise control machine. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735994 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1600: Add tests for PrincipalPermissions, document arguments to ↵Aidan Skinner2009-01-202-0/+176
| | | | | | authorise and grant. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735993 13f79535-47bb-0310-9956-ffa450edef68
* Fix tests broken by r735776: check payload pointer before use. Gordon Sim2009-01-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735988 13f79535-47bb-0310-9956-ffa450edef68
* Put messages into LVQ FIFO if no key is specified.Carl C. Trieloff2009-01-192-7/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735776 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1573: Move unit tests that were living in systests into appropriate ↵Aidan Skinner2009-01-1915-19/+48
| | | | | | module. Fix up a few bugs in other tests that this exposed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735735 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1578 : WS-Resources lifecycle improved adding "destroy" featureAndrea Gazzarini2009-01-1914-313/+629
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735621 13f79535-47bb-0310-9956-ffa450edef68
* cluster refactor: separate out dispatch strategy, implement poller and ↵Alan Conway2009-01-165-74/+45
| | | | | | thread dispatch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735151 13f79535-47bb-0310-9956-ffa450edef68
* cluster refactor: separate out dispatch strategy, implement poller and ↵Alan Conway2009-01-164-0/+222
| | | | | | thread dispatch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735150 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1541 - Applied Ian's patchTed Ross2009-01-161-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735127 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1542 - Applied Ian's patchTed Ross2009-01-161-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735126 13f79535-47bb-0310-9956-ffa450edef68
* Updated props on qmf-console example directoryTed Ross2009-01-160-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735118 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1588 - Fixed bug in asynchronous API operations.Ted Ross2009-01-165-3/+175
| | | | | | | Added a new example to demonstrate async ops. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735115 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1589 - Added equality/inequality operators to qpid::console::ObjectId.Ted Ross2009-01-162-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735114 13f79535-47bb-0310-9956-ffa450edef68
* Separate cluster::EventHeader to allow non-copy events.Alan Conway2009-01-164-38/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735059 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1567: clean shutdown of event queueGordon Sim2009-01-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735054 13f79535-47bb-0310-9956-ffa450edef68
* added a timeout to BytesMessageTestRafael H. Schloming2009-01-161-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735024 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1565: Move each platforms config + executables into a more ↵Aidan Skinner2009-01-1619-13/+61
| | | | | | | | | appropriately named folder, and where suitable with the structure they should take within the console builds. Additionally, the component plugin's manifest folders are moved to indicate their usage better. There is also a patch to update the build process with the new locations. Patch from Robbie Gemmell gemmellr@dcs.gla.ac.uk git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735023 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-1587: Added LVQ samplesArnaud Simon2009-01-163-0/+246
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734994 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1574 : Update of NOTICE file for QMan related libraries info.Andrea Gazzarini2009-01-161-0/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734931 13f79535-47bb-0310-9956-ffa450edef68
* Added missing PYTHONPATH definition.Ted Ross2009-01-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734755 13f79535-47bb-0310-9956-ffa450edef68
* Added lvq-no-browse support to qpid-config.Ted Ross2009-01-152-16/+88
| | | | | | | Added tests for the qpid-specific queue parameters. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734689 13f79535-47bb-0310-9956-ffa450edef68
* Initial commit for QPID-1567 requires PollableQueue.h/PollableCondition.h to ↵Gordon Sim2009-01-151-2/+2
| | | | | | be available as includes for externally built plugins. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734688 13f79535-47bb-0310-9956-ffa450edef68
* Removed duplicate license textTed Ross2009-01-151-21/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734686 13f79535-47bb-0310-9956-ffa450edef68
* Minor typo fixesTed Ross2009-01-152-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734685 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1575: Reduce TTL from 1 second to 100msAidan Skinner2009-01-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734677 13f79535-47bb-0310-9956-ffa450edef68
* Added DispatcherTest and PollerTest to svn:ignore list.Gordon Sim2009-01-150-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734676 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-1521-9/+1057
| | | | | | | | | | | | | | | * Added QueueEvents class with per broker instance * Modified qpid::broker::Queue to notify QueueEvents of enqueues and dequeues (based on configuration) * Added replication subdir containing two plugins: - an event listener that registers with QueueEvents and creates messages representing received events on a replication queue - a custom exchange type for processing messages of the format created by the listener plugin * Added new option for controlling event generation to qpid::client::QueueOptions * Added new queue option to qpid-config script for the same git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734674 13f79535-47bb-0310-9956-ffa450edef68
* Minor formatting correctionGordon Sim2009-01-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734670 13f79535-47bb-0310-9956-ffa450edef68
* Additions to svn:ignore listGordon Sim2009-01-150-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734669 13f79535-47bb-0310-9956-ffa450edef68