Bug 438700 - Need an AMQP client command line tool
Summary: Need an AMQP client command line tool
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: beta
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
: ---
Assignee: messaging-bugs
QA Contact: Frantisek Reznicek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-03-24 16:08 UTC by Justin Ross
Modified: 2015-11-16 00:05 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Justin Ross 2008-03-24 16:08:50 UTC
We have APIs for AMQP client operations, but we don't have a command line
interface for performing such operations from a shell environment.

I propose we introduce something like the following.  This is just a braindump,
so I invite your comments.

$ qpid-client queue.declare --name q0 --durable
$ qpid-client exchange.declare --name e0
$ qpid-client queue.bind --name q0 --exchange e0 --binding-key a.b.c
$ qpid-client message.transfer ...
  qpid-client <class>.<method> <arg0>...<argN>

This tool would speak AMQP and nothing else.  It should probably be written in
C++, to avoid extra dependencies in restricted deployments.

The wiring commands are the first priority, since they are needed by JMS users.

Comment 1 Mike Bonnet 2008-05-16 15:08:47 UTC
qpidc-0.2.656926-1.el5 and qpidd-0.2.656926-1.el5 have been pushed to the staging repo for testing

Comment 2 Frantisek Reznicek 2009-04-21 13:02:09 UTC
Tools qpid-config, qpid-tool (and qpid-route, ...) serve for those purposes (python-qpid package).

Implemented as of 21st June 2009 and going to be in MRG 1.1.1 release:
  python-qpid-0.5.752581-1.el5 and python-qpid-0.5.760500-2.el4

->VERIFIED


Note You need to log in before you can comment on or make changes to this bug.