summaryrefslogtreecommitdiff
path: root/qpid/tools/src
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5336: Don't hardcode location of bash in shell scriptsAndrew Stitcher2013-11-1423-23/+23
| | | | | | | As bash isn't specified by POSIX its location is variable. Specifically under BSDs it isn't found in /bin/bash. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541763 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5321: fix exception handling in qpid-tool. Fix by Jakub ScholzGordon Sim2013-11-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1540793 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5277: handle case where objects do not all have value for given propertyGordon Sim2013-11-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1538694 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5277: support for generic add, del and listGordon Sim2013-11-042-1/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1538626 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5231: Fix QMF code to use qpid_messaging rather than cqpid.Darryl L. Pierce2013-10-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532324 13f79535-47bb-0310-9956-ffa450edef68
* Revert "QPID-5213: Fix QMF code to use qpid_messaging rather than cqpid."Darryl L. Pierce2013-10-151-2/+2
| | | | | | | | This reverts commit 067e9aa1656b9f92e5910bbb6d530f9df6d0dad3. It had the wrong JIRA number in the commit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5213: Fix QMF code to use qpid_messaging rather than cqpid.Darryl L. Pierce2013-10-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532049 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5215: Import rest of legacy store tests and utilities from original codeAndrew Stitcher2013-10-086-0/+2322
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1530301 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in java ↵Alan Conway2013-10-044-40/+3
| | | | | | code. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529200 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in C++ ↵Alan Conway2013-10-041-9/+1
| | | | | | and python. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5169: CRAM-MD5, not CRAM-MD; a patch from Ernie AllenJustin Ross2013-09-2614-21/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526637 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5152: handling of exchange properties for create-on-demand with 1.0Gordon Sim2013-09-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525091 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove obsolete qpid-cluster and qpid-cluster-store tools.Alan Conway2013-09-033-402/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5109: remove invalid options from qpid-configGordon Sim2013-09-021-7/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1519480 13f79535-47bb-0310-9956-ffa450edef68
* JIRA: QPID-5093 Adding ASF licence note to a bunch of html/css/js files that ↵Fraser Adams2013-08-2320-105/+328
| | | | | | were missing it git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516919 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA adding ↵Fraser Adams2013-07-191-0/+118
| | | | | | tools/src/java/src/qpid-broker-plugins-management-qmf2/java/org/apache/qpid/server/qmf2/agentdata/Session.java to source control unfortunately I'd missed that previously git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504869 13f79535-47bb-0310-9956-ffa450edef68
* JIRA: QPID-5005 The Java Broker Plugin API has changed to need overridden ↵Fraser Adams2013-07-191-0/+6
| | | | | | getType() method in instances of PluginFactory. This commit adds getType() to QmfManagementFactory.java git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504839 13f79535-47bb-0310-9956-ffa450edef68
* No JIRA: Refactored QMF GUI qmf-ui.js to remove a lot of copy and paste ↵Fraser Adams2013-06-232-178/+101
| | | | | | reuse when rendering QMF objects in various pages. I've added a qmfui.renderObject and qmfui.renderArray method to handle these general patterns and hopefully improve maintainability. There's no new features in this update, just some slightly more readable code git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1495854 13f79535-47bb-0310-9956-ffa450edef68
* No Jira: Refactored Exchange and Queue selection dropdowns, which were a ↵Fraser Adams2013-06-163-399/+207
| | | | | | little too much like -copy and paste reuse- the resulting change hasn't added any functionality, but will help when I get round to adding federation support git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1493504 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-231-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1485836 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4806: Suppress traceback when access denied; a patch from Ernie AllenJustin Ross2013-05-021-3/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478311 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4805: Don't override qpidd.conf defined values for journal files; a ↵Justin Ross2013-05-021-6/+10
| | | | | | patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478309 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4783: Improve Connection statistics in Java Broker QmfManagementAgentFraser Adams2013-04-281-17/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1476792 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fixed QmfManagementPlugin to cater for change made to ↵Fraser Adams2013-04-271-1/+1
| | | | | | AbstractPluginAdapter Constructor on r1476544 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1476550 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4760: Associate Java Broker QueueAdapter and SessionAdapter via ↵Fraser Adams2013-04-261-13/+21
| | | | | | ConsumerAdapter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1476219 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4771: Add --broker and --sasl-mechanism command line options to ↵Justin Ross2013-04-231-10/+17
| | | | | | qpid-tool; this is a patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1471120 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Trivial fix to build.xml in tools/src/java which was failing on ↵Fraser Adams2013-04-191-4/+20
| | | | | | cleanall target if plugins directory didn't actually exist git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1469793 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3584 - Added missing special argument in qpid-config.Ted Ross2013-04-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1469594 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4744: add option for separate SSL keyfile to qpid-toolKenneth Anthony Giusti2013-04-161-15/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1468683 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4728: add 'credit' parameter to Federation Bridge configuration.Kenneth Anthony Giusti2013-04-111-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1467107 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4738: Add "qpid-ha status --all" option.Alan Conway2013-04-111-12/+29
| | | | | | Show status of all cluster members. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1467053 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3675: Java QMF2 API, REST API, QMF GUI and Java Broker QMF Management ↵Fraser Adams2013-04-08238-0/+41128
| | | | | | Plugin added to <qpid>/tools/src/java git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465662 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4644: Provides a Ruby version of qpidtoollibsDarryl L. Pierce2013-03-2026-0/+1769
| | | | | | Contributed by: Andrew Goldstein <agoldste@redhat.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1458961 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4586: some management related tweaks and fixesGordon Sim2013-03-181-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1457898 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4586: add ability to have qpidd establish outgoing connectionsGordon Sim2013-03-141-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1456621 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4559 - Added handling of the queue-delete preconditions in the qmf ↵Ted Ross2013-03-132-3/+9
| | | | | | | | | broker method. Patch contributed by Ernie Allen. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1456081 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4115: Moved the Python send and receive apps.Darryl L. Pierce2013-03-122-0/+475
| | | | | | | Instead of being API examples, they are actually tools that belong with the other tool apps. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1455522 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4600: New HA regularly shutting down active nodeAlan Conway2013-02-251-1/+6
| | | | | | | qpid-primary script was incorrect and failing on status calls, causing the broker to be restarted by rgmanager. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1449870 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Bug 891689 - New HA regularly shutting down active node"Alan Conway2013-02-251-6/+1
| | | | | | | This reverts commit r1449832, the commit comment did not include a QPID JIRA number. A corrected version of the commit follows... git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1449869 13f79535-47bb-0310-9956-ffa450edef68
* Bug 891689 - New HA regularly shutting down active nodeAlan Conway2013-02-251-1/+6
| | | | | | | qpid-primary script was incorrect and failing on status calls, causing the broker to be restarted by rgmanager. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1449832 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4554: correct use of 'ssl_keyfile' parameter in QPID toolsKenneth Anthony Giusti2013-01-307-4/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1440543 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4537 - qpid-stat: fix undefined name errorTed Ross2013-01-171-1/+1
| | | | | | | Applied patch from Zhigang Wang git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1434863 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4410: Fix qpid-config argument parsing, broken by recent commit r1404836Alan Conway2012-11-091-1/+5
| | | | | | Only the new --broker-addr option was working, the --broker option was being ignored. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1407674 13f79535-47bb-0310-9956-ffa450edef68
* Reverting change 1404836, which was causing test failuresJustin Ross2012-11-091-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1407448 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4410: Restore compatibility with pre-0.18 qpid-config command line ↵Justin Ross2012-11-011-4/+5
| | | | | | options; this is a patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1404836 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4139 - qpid-stat -b does not show broker names anymoreTed Ross2012-10-111-0/+4
| | | | | | | Applied patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1397218 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: fix bad argument passing in qpid-printevents tool.Kenneth Anthony Giusti2012-09-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1382075 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3175 - Added SSL/x.509-auth capability to Python clients and Python toolsTed Ross2012-07-269-64/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1366020 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4155 - Make sure decode only occurs with string values.Ted Ross2012-07-201-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1363861 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4155 - Added utf-8 decode of strings in the CLI display utilityTed Ross2012-07-201-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1363795 13f79535-47bb-0310-9956-ffa450edef68