summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-1604 : Implementation of wrsf-rp:PutResourcePropertyDocument interfaceAndrea Gazzarini2009-02-167-165/+110
* QPID-1663 : WsDmAdapterTest fix. A preliminary search is made in order to fin...Andrea Gazzarini2009-02-163-19/+49
* QPID-1579 : Additional test case for MBean capability builder when target res...Andrea Gazzarini2009-02-151-0/+57
* QPID-1664 : QMan Asynchronous notification capabilityAndrea Gazzarini2009-02-1411-111/+484
* Cluster start-up retries to handle slow cman start-up.Alan Conway2009-02-142-7/+11
* Ensure that the queue depth in bytes remains accurate for LVQ. This also ensu...Gordon Sim2009-02-132-1/+25
* QPID-1663 Disable WsDmAdapterTest until we can resolve problemsMartin Ritchie2009-02-131-1/+2
* QPID-1631 : Convert MessageStore to TransactionLog and RoutingTable. Updated ...Martin Ritchie2009-02-1336-333/+492
* QPID-1662 : Converted Thread.sleep in to an awaitNanos()Martin Ritchie2009-02-131-6/+24
* QPID-1630 : Updated MessageFactory to be responsible for assigning messagIDs....Martin Ritchie2009-02-1322-385/+548
* Add --no-module-dir to start_cluster script.Alan Conway2009-02-131-1/+1
* QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ba...Aidan Skinner2009-02-1312-99/+846
* QPID-1629 : Convered AMQMessage to Interface and created concrete Transient/P...Martin Ritchie2009-02-1335-1428/+1367
* QPID-1628 : Further tiding up of imports no longer requried.Martin Ritchie2009-02-1321-36/+50
* QPID-1629 : Fully test MessageHandles before moveMartin Ritchie2009-02-134-4/+372
* Test case for previous commit.Gordon Sim2009-02-131-0/+4
* Check session impl is valid on close to avoid segfault.Gordon Sim2009-02-131-1/+4
* Enable --cluster-cman option if built with libcman support.Alan Conway2009-02-122-2/+3
* Queue::checkLvqReplace() needs to update the lvq map if it makes a replacemen...Gordon Sim2009-02-123-3/+14
* Fixed regression that breaks the default username behaviorTed Ross2009-02-121-2/+2
* Cluster security support:Alan Conway2009-02-1217-82/+200
* Remove unicode when dealing with usernames and passwords in URLs.Ted Ross2009-02-122-3/+3
* Instructions on how to run the Python examples.Jonathan Robie2009-02-121-0/+267
* Allow passing extra argv arguments to ClusterFixture.Alan Conway2009-02-126-108/+146
* Fix copy-paste errors in makefile for newly added exampleGordon Sim2009-02-121-10/+1
* Enable org.apache.qpid.test.unit.ack.AcknowledgeTest since this should (and d...Aidan Skinner2009-02-121-1/+0
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-125-9/+75
* QPID-1606 : Added an additional example for Consumer / Producer WS-Notificati...Andrea Gazzarini2009-02-121-0/+248
* Catch up to recent source file changesStephen D. Huston2009-02-112-0/+12
* QPID-1658: added a byte limit for the number of commands in the session repla...Rafael H. Schloming2009-02-112-3/+25
* Fix race condition with read-credit.Alan Conway2009-02-116-3/+22
* QPID-1623: Allow null as a valid destination for JMSReplyToAidan Skinner2009-02-113-2/+40
* QPID-430: Fix message age alerting so that it works on queues which are other...Aidan Skinner2009-02-117-23/+19
* QPID 1582 : WS-Notifications...ooops NullPointerException! Fixed with correct...Andrea Gazzarini2009-02-111-1/+1
* Fix memory leak in cluster code.Alan Conway2009-02-113-7/+14
* QPID-1582 : WS-Notification implementation on QManAndrea Gazzarini2009-02-1143-187/+3898
* Need to include newly added ExpiryPolicy.h in headers as it is referenced by ...Gordon Sim2009-02-111-1/+1
* QPDI-1583: Implement support for comma-seperated lists of networks and hostna...Aidan Skinner2009-02-113-31/+100
* TestIoSession: default address and port to avoid illegal arguments when creat...Aidan Skinner2009-02-111-2/+2
* Merge branch 'QPID-1583'Aidan Skinner2009-02-115-2/+557
* Remove unused class and clean up some FIXME comments.Alan Conway2009-02-106-113/+8
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-1012-20/+40
* Change package, remove dependency on Java DNS serverAidan Skinner2009-02-101-5/+6
* Remove MockIoSession, replace with TestIoSession everywhere.Aidan Skinner2009-02-104-300/+26
* Borrow NetMatcher from JAMES. Should probably be moved to commons-net at some...Aidan Skinner2009-02-101-0/+264
* Cluster support for message time-to-live.Alan Conway2009-02-0923-91/+421
* QPID-1626: Add per-virtualhost authorization plugins.Aidan Skinner2009-02-0925-243/+807
* Fix doubly-defined function.Alan Conway2009-02-092-19/+10
* Fix "no virtual destructor" warning.Alan Conway2009-02-091-1/+1
* Demote CPG flow control warning message to debug.Alan Conway2009-02-091-1/+1