summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* In broker::ConectionHandler, use the security settings, if any, Michael Goulish2010-12-162-11/+8
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-102-2/+45
* Comment explaining the nodict flag.Michael Goulish2010-12-071-0/+8
* This patch was posted in JIRA QPID-2949.Michael Goulish2010-11-302-6/+10
* Fix to r1028346: no point in throwing exception after queue has already been ...Gordon Sim2010-11-101-5/+11
* Fixes broker issues when max_count or max_size are invalid.Jonathan Robie2010-10-282-7/+20
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-2710-320/+56
* QPID-2897 repair missing DLL import/export controlsCharles E. Rolke2010-10-261-7/+7
* This code's purpose was only to print out the sasl version into the logsMichael Goulish2010-10-261-5/+1
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-253-16/+24
* QPID-2897: modify TopicExchange for better performance with respect to large ...Kenneth Anthony Giusti2010-10-242-129/+548
* Make the "SASL enabled" log message also print out the SASL version number. ...Michael Goulish2010-10-221-1/+5
* Strings that identify federation operations.Jonathan Robie2010-10-211-0/+38
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-207-61/+39
* SASLizing Interbroker LinksMichael Goulish2010-10-208-10/+192
* Fix compile error: outline set/getCluster fucntions on Broker.Alan Conway2010-10-192-2/+6
* Introduce broker::Cluster interface.Alan Conway2010-10-1810-51/+303
* Code cleanup in broker directory.Alan Conway2010-10-1439-443/+462
* Converted four files from DOS format to Unix format to match all of the otherTed Ross2010-10-111-302/+302
* Registers the amq.failover exchange in the management exchange.Jonathan Robie2010-10-081-1/+1
* Allows browsing of exclusive queues held by another session. Jonathan Robie2010-10-041-1/+2
* Fixes two bugs for ring queue policies that involve size. Jonathan Robie2010-10-012-20/+44
* Ensure that a rejected message is also dequeued.Jonathan Robie2010-09-281-0/+2
* Renamed the MessageStore interface truncateInit parameter to a more generic n...Kim van der Riet2010-09-211-7/+9
* Give timer tasks a name for logging purposes.Alan Conway2010-08-266-7/+7
* Remove misleading "no message store" message.Alan Conway2010-08-121-3/+1
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-114-21/+30
* Disable non-0 session timeouts.Alan Conway2010-08-032-0/+7
* Give queue cleaner task an explicit nameGordon Sim2010-08-021-1/+1
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-023-7/+16
* Added comment on AMQP version independence.Jonathan Robie2010-07-281-1/+2
* Improved doxygen comments for class description.Jonathan Robie2010-07-281-5/+6
* Improved doxygen documentation of SessionState.Jonathan Robie2010-07-281-2/+11
* Fix unreferenced local variable warningStephen D. Huston2010-07-151-1/+1
* QPID-2727: Handle exceptions in Broker constructor and call finalise to safel...Gordon Sim2010-07-091-0/+5
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-072-13/+17
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-053-1/+22
* QPID-2691: ensure ttl adjustment uses correct expiration on cloned messageGordon Sim2010-06-243-4/+7
* Make management+cluster test more aggressive.Alan Conway2010-06-231-1/+2
* QPID-2688: ensure that unacked messages are requeued before autodeletion occu...Gordon Sim2010-06-223-9/+37
* Don't hold QueueRegistry lock while iterating over queues to purge them of ex...Gordon Sim2010-06-221-1/+17
* Fix cluster broker crashes when management is active.Alan Conway2010-06-222-12/+32
* QPID-2670: copy-on-write when tagging message for loop detectionGordon Sim2010-06-154-4/+18
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-092-1/+12
* Ensure that bindings for dynamic bridges are not propagated over failed sessi...Gordon Sim2010-06-092-9/+19
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-085-37/+9
* QPID-2649: Ensure timer is stopped before we start deleting broker membersGordon Sim2010-06-071-0/+1
* QPID-2004: Now that connections are cleaned up on shutdown, some cluster safe...Gordon Sim2010-06-022-3/+0
* Fixed sporadic client "reserved bits not 0" exceptions with cluster + encrypt...Alan Conway2010-06-021-1/+1
* Fix problems with cluster_authentication_soak test in VPATH build.Alan Conway2010-05-271-11/+9