summaryrefslogtreecommitdiff
path: root/qpid/doc
Commit message (Collapse)AuthorAgeFilesLines
* QPID-4881: update docs/help to use quotes for the config property argument, ↵Alex Rudyy2013-05-242-8/+7
| | | | | | | | | as will be required when using the startup script on Windows merged from trunk r1486017 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1486031 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4865: HA Update documents for queue replicationAlan Conway2013-05-217-533/+208
| | | | | | | | | - Added information needed to use HA queue replication as a replacement for old async queue state replication. - Updated links in README-HA.txt to point to (as yet non-existent) 0.22 documentation. - Removed lingering traces of old broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1484867 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker Docbook] Corrected vhostname typo in HA example vhost ↵Keith Wall2013-05-212-40/+62
| | | | | | | | | | | | | | configuration. Also moved documentation of <envConfig> element to BDBMessageStore config section as it applies generally merged from trunk r1484763 svn merge -c 1484763 https://svn.apache.org/repos/asf/qpid/trunk/qpid/doc/book/src/java-broker git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1484825 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Java Broker docbook - Correct spelling errorRobert Gemmell2013-05-201-1/+1
| | | | | | | merged from trunk r1484441 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1484468 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4685: additional documentation updatesRobert Gemmell2013-05-202-3/+3
| | | | | | | mergd from trunk r1484417 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1484437 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4685: additional documentation updates following broker configuration ↵Robert Gemmell2013-05-2021-372/+613
| | | | | | | | | model changes merged from trunk r1484370 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1484436 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix incorrect queue declare argument for priority queue type. ↵Robert Gemmell2013-05-201-2/+9
| | | | | | | | | Improve AMQSession#createQueue example merged from trunk r1483887 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1484435 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4685: Update documentation to reflect changes to configurationAlex Rudyy2013-05-0941-929/+1674
| | | | | | | merged from trunk r1480672 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1480684 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4817: merged message grouping documentation from trunk to 0.22 branch.Phil Harvey2013-05-082-15/+167
| | | | | | | | The merge command was: svn merge -c 1480196 https://svn.apache.org/repos/asf/qpid/trunk/ git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1480212 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4688: Update Java Broker docbook to reflect change in bdb versionRobert Gemmell2013-04-301-1/+1
| | | | | | | merged from trunk r1477554 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1477583 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4685: update documentation for CLI optionsAlex Rudyy2013-04-223-41/+58
| | | | | | | | merged from trunk r1470475 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1470499 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA doc updates to migration guide and broker book.Alan Conway2013-04-111-12/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1467008 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA updates to migration guide.Alan Conway2013-04-111-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1466937 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA documentation: minor updates to HA chapter.Alan Conway2013-04-041-42/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1464657 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4637: Change the Qpid version to 0.22Justin Ross2013-03-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.22@1460488 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4054: C++ Broker connection limits per userCharles E. Rolke2013-03-051-11/+97
| | | | | | | | | | QPID-4604: C++ Broker queue limits per user Add doc book description of changes to ACL processing. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1452966 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4584: Java Broker docbook: correct a couple of typos in the ↵Keith Wall2013-02-191-5/+5
| | | | | | configuration xml examples git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1447961 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Update Java Broker SSL docbook to note that keystorepassword must ↵Keith Wall2013-02-152-0/+15
| | | | | | match keypassword git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1446517 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4584: Add documentation about java broker management REST interfacesAlex Rudyy2013-02-144-2/+400
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1446258 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Minor doc editsAlan Conway2013-02-051-39/+51
| | | | | | | - corrected limitations section - added missing <para> tags to conform to docbook schema. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1442661 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Minor update to active-passive cluster documentation.Alan Conway2013-01-141-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1433161 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4502: Apply review comments from Robbie GemmellKeith Wall2012-12-241-18/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1425665 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4502: [Java Broker] Document DLQ/Maximum Delivery Count featuresKeith Wall2012-12-222-0/+166
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1425377 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4514: Remove obsolete cluster code: ManagementAgent, Timer, docAlan Conway2012-12-193-595/+0
| | | | | | WIP: rip out old cluster code, misc. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1424118 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4506: Qpid HA's '--ha-public-url' option duplicates the ↵Alan Conway2012-12-141-8/+11
| | | | | | | | | | | | | | '--known-hosts-url' option but cannot be disabled Reverts the previous commit and simplifies the semantics of setting --ha-public-url and --ha-brokers-url. There is no longer any over-riding or implicit updating of values. That means you must set --ha-public-url as well as --ha-brokers-url, it will not be defaulted. Likewise if you *dont* set ha-public-url, it will remain empty, which is the use case in this bug. The defaulting was adding complexity without adding much value. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1421934 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4498: HA module should only initialize if requested Alan Conway2012-12-101-1/+40
| | | | | | | | | | This commit provides better control over loading the HA module. In particular it is not loaded if no ha options are set. This will prevent clashes with the old cluster plugin in configurations where the HA module is not explicitly used. HA documentation has been updated to state that HA and old cluster cannot be used together. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1419850 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4462: add some documentation regarding the security provider ↵Robert Gemmell2012-11-281-7/+33
| | | | | | workaround, until the issue can be fixed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1414821 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4474: quote the name within the JMX ObjectName for the ↵Robert Gemmell2012-11-262-2/+2
| | | | | | BDBHAMessageStore MBean git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413676 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4456: ensure the qpid-server.bat script for windows picks up the broker ↵Robert Gemmell2012-11-251-15/+21
| | | | | | plugins. Update example output from running the startup commands." git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413444 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4471: Add docbook for producer transaction timeout feature of Java Broker.Keith Wall2012-11-252-0/+182
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413434 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4443: fix C&P error with section ID nameRobert Gemmell2012-11-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413415 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4468: restore connection level ssl option to provide compatibility with ↵Robert Gemmell2012-11-251-2/+22
| | | | | | older client configuration, add ability to override brokerlist ssl option git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413364 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4456: ensure the broker plugins get packaged in the release binary and ↵Robert Gemmell2012-11-211-3/+1
| | | | | | added to the classpath. Create opt directory for later use by users and update docs accordingly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1412359 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: update curent release number following branch for 0.20 releaseRobert Gemmell2012-11-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1412358 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4361, QPID-4443: some small corrections, move the JVM verification to ↵Robert Gemmell2012-11-195-67/+136
| | | | | | its own section. Update info in the install/download sections about BDB based stores and dependencies following addition of specific store documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1411033 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4443: add some documetnation for the memory, derby, bdb, and bdbha ↵Robert Gemmell2012-11-195-3/+178
| | | | | | message stores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1411032 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4401: Revert: HA bindings for QMF exchanges not replicated.Alan Conway2012-11-141-3/+8
| | | | | | | | | | This reverts r1403946: There was a problem with this, for example if I bind a queue Q to receive broker events. On the backup, Q will receive double events: from the replicating subscription to the primary and events generated locally in the backup broker. That can cause the backup to generate "invalid position" errors and shut down. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1409243 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4420: add documentation for SSL and the Anonymous + External ↵Robert Gemmell2012-11-042-76/+252
| | | | | | AuthenticationManagers along with some general cleanup and expanded testing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1405636 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4361: [Java Broker] Add chapters for Introduction/Installation/Getting ↵Keith Wall2012-10-307-10/+391
| | | | | | Started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1403888 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA correction to user doc.Alan Conway2012-10-191-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400096 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA minor update to documentation.Alan Conway2012-10-051-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1394739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4358: Restructure Java Broker docbookKeith Wall2012-10-0555-2953/+1123
| | | | | | | | Introduce a new document structure Migrate useful content from old book to the new structure, rationalising the id's Remove out-of-date content git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1394629 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA minor updates to documentation.Alan Conway2012-10-011-11/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1392496 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4334: updated the Java ACL docbook to mention its new firewall-like ↵Keith Wall2012-09-281-74/+168
| | | | | | | | capabilities. Applied patch from Philip Harvey <phil@philharveyonline.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1391488 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA update documentation re. built-in exchanges.Alan Conway2012-09-251-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1389665 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4333: remove the Slow Consumer Detection plugin and associated ↵Robert Gemmell2012-09-204-389/+0
| | | | | | | | documentation Work by Keith Wall and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1388047 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA improve documentation of role of sender capacity in failover.Alan Conway2012-09-171-11/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1386764 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA C++ Broker ACL features and improvements.Charles E. Rolke2012-09-171-149/+204
| | | | | | | | See QPID-2393, QPID-3892, QPID-4230, QPID-4249 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1386740 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA C++ Broker ACL features and improvements.Charles E. Rolke2012-09-141-222/+688
| | | | | | | | See QPID-2393, QPID-3892, QPID-4230, QPID-4249 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1384951 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Correct closing tag in XML example with Java docbook documentation.Keith Wall2012-09-101-8/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1382956 13f79535-47bb-0310-9956-ffa450edef68