[ 
https://issues.apache.org/jira/browse/DISPATCH-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134336#comment-14134336
 ] 

ASF subversion and git services commented on DISPATCH-56:
---------------------------------------------------------

Commit 1625117 from [~aconway] in branch 'dispatch/trunk'
[ https://svn.apache.org/r1625117 ]

DISPATCH-56: qdmanage: command line AMQP management tool.

qdmanage is a general purpose, command-line AMQP management tool supporting
create, read, update, delete and query operations.  Management entity attributes
are output in JSON format, which is human-readable and machine parsable. It is
suitable for debugging, testing and scripting in languages other than python.
Bulk create and update operations are supported by piping JSON entity attributes
to stdin.

qdmanage is a fairly thin layer over the python qpid_dispatch.management
library.  For scripting in python use the qpid_dispatch.management library
directly.

qdmanage does not replace qdstat. qdstat is a dispatch-specific tool providing
convenient access to the most-often used router information in a convenient,
readable format designed for human consumption.

NOTE: The qdrouterd management interface is still split into two.
qdmanage uses the standard interface "$management" by default.
To access the new management interface with qdmanage:

  qdmanage <command> -b host:port/$management2

The two management interfaces will be combined in the near future.

> Implement Create/Read/Update/Delete operations in the agent
> -----------------------------------------------------------
>
>                 Key: DISPATCH-56
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-56
>             Project: Qpid Dispatch
>          Issue Type: Sub-task
>          Components: Management Agent
>            Reporter: Ted Ross
>            Assignee: Alan Conway
>             Fix For: 0.3
>
>
> Implement the CRUD-style commands in the management agent and use them to 
> access waypoints, address-prefixes, self, etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to