summaryrefslogtreecommitdiff
path: root/cpp/lib/broker
Commit message (Expand)AuthorAgeFilesLines
* * cpp/lib/broker/Broker.cpp: Defer creation of acceptor till needed soAlan Conway2007-01-306-35/+54
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-308-55/+471
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-299-15/+20
* Don't close channel on connection (resulting in BrokerAdapter being deleted) ...Gordon Sim2007-01-241-1/+1
* * Fixed request-response correlation on the broker.Alan Conway2007-01-222-2/+3
* * AMQRequestBody.cpp: encode/decode bug - added missing reserved 4 byte word.Alan Conway2007-01-223-0/+90
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-1913-103/+119
* * tests/FramingTest.cpp - added test for validation of content data typeGordon Sim2007-01-191-35/+22
* Initial implementation of AMQP content data type.Gordon Sim2007-01-181-2/+3
* * MethodContext: added invocation context for methods. Can carry RequestIdAlan Conway2007-01-183-103/+102
* From: Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-184-306/+429
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-187-634/+584
* Separated adapter code from Connection class: Extracted allAlan Conway2007-01-177-826/+913
* * Renamed Session* classes to Connection* to align with AMQP specAlan Conway2007-01-168-134/+113
* * Client & broker using Requester/Responder to manage request/response IDs.Alan Conway2007-01-154-123/+184
* * Refactor: Moved major broker components (exchanges, queues etc.) fromAlan Conway2007-01-156-106/+131
* * Combined README.txt and READE-dist into README. Fixes cwiki link,Alan Conway2007-01-141-0/+1
* * Added Requester/Responder classes to manage request-ids, response-ids,Alan Conway2007-01-141-2/+1
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-122-29/+254
* Use amqp 0-9 request/response framing in broker and client.Alan Conway2007-01-121-1/+3
* * Build order - src before tests.Alan Conway2007-01-115-15/+20
* version back merge from trunk rev 494553.Carl C. Trieloff2007-01-097-18/+20
* 0-9 branch now compiles but is not yet functional.Alan Conway2007-01-052-7/+87
* Compile fixes, still not complete: #def class in FramingContent.hAlan Conway2007-01-041-2/+3
* - rpm: make rpm now builds RPMs under rpm/ directory.Alan Conway2006-12-232-131/+148
* Support for multi version, merge part 1. - can still refactor out dup use ofCarl C. Trieloff2006-12-205-22/+29
* * cpp/gen/Makefile.am: fixed generated code dependencies.Alan Conway2006-12-194-22/+20
* Broker side dynamic version hook up.Carl C. Trieloff2006-12-142-35/+52
* Added prepared() method to MessageStore interface.Gordon Sim2006-12-135-4/+21
* Sundry fixes to spec and build system for RPM packaging.Alan Conway2006-12-131-0/+4
* 2006-12-11 Alan Conway <aconway@redhat.com>Alan Conway2006-12-121-3/+3
* Allow xid to be associated with publication and acknowledgements.Gordon Sim2006-12-117-11/+19
* Thanks Alan the static_cast does prevent the warning on rhel4/x86_64Steven Shaw2006-12-081-1/+1
* Some more unit tests.Gordon Sim2006-12-082-2/+3
* Added unit test and slightly refactored code.Gordon Sim2006-12-073-22/+20
* Allow non-durable messages to be lazy-loaded. Cleanup of lazy-loaded messages Gordon Sim2006-12-0613-25/+44
* Added new configuration option for staging threshold (size above which messages Gordon Sim2006-12-0610-18/+86
* Patch sumbitted to qpid-dev:Gordon Sim2006-12-062-22/+42
* 2006-12-05 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-051-1/+1
* Allow settings to be set and persisted for queues.Gordon Sim2006-12-059-26/+65
* Added queue policy class for controlling when message content should be relea...Gordon Sim2006-12-058-15/+163
* Path from Jim Meyering (sent to qpid-dev list) to fix issue with gen.mk plus ...Gordon Sim2006-12-011-7/+7
* Modification to ensure lazy loading is setup correctly where required on reco...Gordon Sim2006-12-011-0/+3
* Fix to test. Throw exception where previously printed warning.Gordon Sim2006-12-011-0/+1
* Buliding APR code, running python tests.Alan Conway2006-12-011-1/+2
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-0169-0/+5802