summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA: HA Trivial edits to HA doc.Alan Conway2014-09-221-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626880 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6035: HA clearly distinguish qpid-ha commands intended for cluster manager.Alan Conway2014-08-221-16/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a --cluster-manager flag to qpid-ha tool. Without this flag - the 'promote' command is not listed in the tool help. - using the promote command raises an error saying that it is only for cluster manager use and mentioning the --cluster-manager flag. With the flag: promote functions as before. The qpid-ha help text for promote is also more clear now that it is for cluster manager only. Originally the idea was to split qpid-ha into two tools but I have kept one tool with the flag and warning messages because it: - avoids packaging changes that might trip things up. - helps people who are already using qpid-ha promote: their scripts will break but the error message explains how to fix it. I think the special role of promote is sufficiently clear now even if it is part of the same tool. This commit also updates the following to take account of the new flag: - rgmanager qpidd-primary script. - qpidd tests. - qpid book HA chapter. NOTE: THIS WILL BREAK TEST HARNESSES that do promotion outside of rgmanager. You'll need to add the --cluster-manager flag in the relevant places. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1619877 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA documentation improvements.Alan Conway2014-08-152-656/+715
| | | | | | | | | | | The broker options link-maintenance-interval and link-heartbeat-interval were documented only in the HA section and not in the federation section which created confusion about whether they affected HA links only or user federation links as well. Added documentation to the federation section and an explicit mention in the HA section that it uses federation links. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1618160 13f79535-47bb-0310-9956-ffa450edef68
* NO_JIRA: update docbook version variables to match that of the maven pomsAndrew MacBean2014-08-082-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1616706 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: Advance version numbers on trunk to 0.29Justin Ross2014-08-072-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1616587 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5960: Turn on SSL host name verification by defaultAlex Rudyy2014-08-072-2/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1616378 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA doc - added note management must be enabled.Alan Conway2014-08-041-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1615501 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5944: [Java Broker] Expose queue clear management operation to the REST ↵Keith Wall2014-07-301-1/+2
| | | | | | API and Web Management Console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1614783 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4123: C++ Broker ACL creates too many rulesCharles E. Rolke2014-07-231-993/+1419
| | | | | | | | | | | | | | | | | | | | | | | Recent changes have added new tables to define what are ACL lookups and their properties. This commit finishes that work by not propagating rules that will never match. Also, it completes the scaffolding for allowed and denied host lists to be fully integrated. This commit: * Adds startup logging of ACL validation tables with cross references to possible rule matches. * Hooks the ACL host allow/deny connection lists into self test. * Fixes self tests that get broken by proper rule table handling. * Introduces a 'create connection' decision mode similar to ACL rule decision mode. * Describes it all in doc book. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1612874 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5911: [Java Broker] Increase default maximum heap size from 1g to 2gKeith Wall2014-07-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1612526 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5890: Add missing "queuename" property to Security doc. Rearrange ↵Charles E. Rolke2014-07-151-1/+1
| | | | | | entries in AclValidator for better automated doc generation. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1610700 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4947: Add keyword "all" to create connection host spec.Charles E. Rolke2014-07-151-25/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1610681 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5890: Refactoring AclModule documentation update.Charles E. Rolke2014-07-141-647/+771
| | | | | | | Refactoring exposed new details about how Acl works. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1610547 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [C++ broker book] HA chapter: minor cleanup.Alan Conway2014-07-101-33/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1609495 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [C++ broker book] Fixed table errors in Security.xml, causing PDF ↵Alan Conway2014-07-101-62/+58
| | | | | | generation to fail. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1609494 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java 0-8..0-9-1 Client Book] Add ↵Keith Wall2014-06-241-5/+32
| | | | | | AMQAuthenticationException/AMQSecurityException to exception catalogue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1605095 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5817: [C++ broker] Improve ACL authorisation of QMF methods and queriesPavel Moravec2014-06-181-3/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1603364 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker Documentation] Fix typo in operational message codes ↵Keith Wall2014-06-131-3/+3
| | | | | | in appendix git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1602440 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix incorrectly named transport option. Add description for ↵Gordon Sim2014-06-051-2/+13
| | | | | | protocol option. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1600589 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA documentation: security configuration troubleshootingAlan Conway2014-05-291-22/+62
| | | | | | | | Common issue for new users is cluster failing to start due to incorrect security configuration. Added some notes to highlight the need for security configuration and updated the troubleshooting section. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1598315 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5554: [Java Broker Documentation] Add logging overview and appendix ↵Keith Wall2014-05-166-30/+285
| | | | | | describing queue alerts git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1595148 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA Added troubleshooting section to the user documentation.Alan Conway2014-05-051-22/+223
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1592540 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA documentation update, not on importance of "chkconfig qpidd off"Alan Conway2014-04-251-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1590032 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5719: HA becomes unresponsive once any of the brokers are SIGSTOPedAlan Conway2014-04-241-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | - Added timeout to qpid-ha. - qpidd init script pings broker to verify it is not hung. - updated documentation in qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml. The new results for the cases mentioned in the bug: a] stopped ALL brokers: rgmanager restarts the entire cluster but data is lost. Equivalent to killing all the brokers at once. This does not affect quorum because only qpidd services are affected, not other services managed by cman. b] stopped the primary: rgmanager restarts the primary after a timeout and promotes one of the backups. c] stopped a backup: rgmanager restarts the backups after a timeout. Clients that are actively sending messages may see a delay while backup is restarted. Note you need to set link-heartbeat-interval in qpidd.conf. The default is very high (120 seconds), it should be set lower to see recovery from sigstop in a reasonable time. See the updated documentation in qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1589807 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5711: HA doc clarifications on security.Alan Conway2014-04-231-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1589403 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5664: correct documentation of the client side option value related to ↵Robert Gemmell2014-04-071-1/+1
| | | | | | the max-delivery feature git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1585441 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA doc note that ha-public-url is only needed for amq.failoverAlan Conway2014-03-241-30/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1581038 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5634: Update ACL broker documentation after introduction of ↵Keith Wall2014-03-212-76/+102
| | | | | | virtualhost_name predicate and removal of support of ACL in virtual host git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1579987 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5600: Advance the version number on trunk to 0.29Justin Ross2014-03-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1579690 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Documentation - JMS Client 0-8..0-91] Correct typo in third SSL ↵Keith Wall2014-03-121-1/+1
| | | | | | exacmple connection url git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1576676 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [JMS Client 0-8 documentation] Correct typoKeith Wall2014-03-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1575617 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5554: [Java Broker Documentation] Fix accidentally duplicated id ↵Keith Wall2014-03-011-1/+1
| | | | | | prventing generation of the PDF git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1573238 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5554: [Java Broker Documentation] Add docbook chapters for environment ↵Keith Wall2014-03-015-3/+1259
| | | | | | variables, system properties and operational logging git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1573121 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5548: C++ Messaging API does not specify the connection Connection URL ↵Charles E. Rolke2014-02-071-218/+271
| | | | | | | | | | format Add Connection section and Connection URLs subsection. Demote Connection Options to be a subsection of Connection. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1565819 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5519: ACL property/properties for paged queues - fixed typo, added ↵Pavel Moravec2014-02-031-2/+36
| | | | | | tests and documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1563866 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [JMS Client 0-8 documentation] Correct pub/sub example to use a ↵Keith Wall2014-02-012-9/+11
| | | | | | integer price property (suitable for the inequality in the example's message selector). Correct typo in 'Maximum Delivery Count' section and add note that JMSXDeliveryCount optional property is not supported. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1563355 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5514: [Java Broker Documentation] Change ports section to note that ↵Keith Wall2014-01-311-2/+2
| | | | | | fact that only HTTP/JMX ports remain listening after port deletion. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1563343 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5525: [Java Broker Documentation] Add simple JMX documentation: simple ↵Keith Wall2014-01-314-19/+293
| | | | | | | | guide to connecting with jconsole, simple jmx client example and MBean summary with links to interfaces source files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1563336 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Update security section of HA user doc to mention acl allow all ↵Alan Conway2014-01-211-30/+31
| | | | | | requirement. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1560179 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker documentation] Correct version numbers in BDBBackup ↵Keith Wall2014-01-191-2/+2
| | | | | | command examples in HA documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1559485 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker documentation] Factor out link to client connection ↵Keith Wall2014-01-193-4/+5
| | | | | | url as entity git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1559484 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java 0-8 client documentation] Correct current release numberKeith Wall2014-01-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1559483 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker Doc] Fix empty literal element (causes output rendered ↵Keith Wall2014-01-161-1/+1
| | | | | | by site's make gen-release.. to be corrupted). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1558955 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5471: fix some incorrect/incomplete information in the java broker ↵Robert Gemmell2014-01-111-13/+42
| | | | | | message grouping documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1557468 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5374: [Documentation] Correct typos in system properties chapterKeith Wall2014-01-071-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1556310 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5420: [Documentation] Add documentation to the JMS-Client-0-8 docbook ↵Keith Wall2014-01-072-3/+14
| | | | | | for new system property qpid.bind_queues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1556307 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5374: [Documentation] Add minor corrections, notes and indentation ↵Alex Rudyy2014-01-075-31/+58
| | | | | | fixes in JMS client documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1556193 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5374: [Documentation] Add chapters describing client logging and ↵Keith Wall2013-12-319-94/+276
| | | | | | exceptions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1554547 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5374: [Documentation] Added JMS pub/sub example.Keith Wall2013-12-319-177/+311
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1554404 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5374: Create book for Qpid JMS Client when used with AMQP 0-8/0-9/0-9-1Keith Wall2013-12-3021-1/+2445
| | | | | | Work from Oleksandr Rudyy and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1554333 13f79535-47bb-0310-9956-ffa450edef68