summaryrefslogtreecommitdiff
path: root/docs/rabbitmqctl.1.pod
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite rabbitmqctl man page as DocBook XML taken from the website admin ↵Simon MacMullen2010-02-241-536/+0
| | | | guide. Generate man pages, usage guides and a web page from man pages.
* Merging bug22300 into defaultMatthew Sackman2010-02-051-4/+16
|\
| * move consumer listing from channel to queueMatthias Radestock2010-02-041-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | The main motivation here is that queues, not channels, are the logical home of subscriptions. And rabbit plug-ins and other extensions may bypass channels when subscribing to queues. The queues also know more about consumers than channels, namely whether a consumer requires acks. So this additional info we can now display too. And with the switch to queues the listing is now scoped by vhost.
| * merge bug21966 into bug22300Matthias Radestock2010-02-041-0/+5
| |\
| * | add 'rabbitmqctl list_consumers' commandMatthias Radestock2010-02-021-0/+8
| | |
| * | drag in code from bug21966Matthias Radestock2010-02-021-0/+55
| |\ \ | | | | | | | | | | | | since we need the ability to find all channels
* | \ \ Merging bug 22309 onto defaultMatthew Sackman2010-02-051-0/+7
|\ \ \ \
| * | | | docsMatthias Radestock2010-02-041-0/+7
| |/ / /
* | | | merging bug 22301 into defaultMatthew Sackman2010-02-051-0/+16
|\ \ \ \
| * | | | extend 'rabbitmqctl list_queues' command with info on exclusivityMatthias Radestock2010-02-021-0/+16
| |/ / /
* | | | make channel 'messages_unacknowledged' item semantics match that of queuesMatthias Radestock2010-02-041-0/+5
| |_|/ |/| | | | | | | | | | | namely, don't decrease the count for uncommitted acks Also, add 'acks_uncommitted' info item, for completeness
* | | add info item for channel numberMatthias Radestock2010-02-031-0/+5
| | |
* | | merge default into bug21966Matthias Radestock2010-02-031-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * correct typos in rabbitmqctl list_connection man pageMatthias Radestock2010-02-011-2/+2
| |
* | fix typosMatthias Radestock2010-02-021-5/+4
| |
* | cosmeticMatthias Radestock2010-02-011-1/+1
| |
* | add 'rabbitmqctl list_channels' commandMatthias Radestock2010-02-011-0/+56
|/
* merging bug 21963 into defaultMatthew Sackman2009-12-111-3/+3
|\
| * display pids instead of nodesMatthias Radestock2009-12-101-3/+3
| | | | | | | | | | | | | | | | The challenge here was to find a way to display pids portably, s.t. the same pid is displayed in the same way everywhere, every time. We exploit Erlang's well-defined and stable external term format to take apart pids.
* | add client_properties info item to 'rabbitmqctl list_connections'Matthias Radestock2009-12-101-0/+5
|/ | | | | showing the amqp table transmitted by the client as part of the connection.start_ok method.
* correct list_bindings result field orderMatthias Radestock2009-10-221-1/+1
|
* updating rabbitmqctl.1.podVlad Ionescu2009-09-141-1/+1
|
* Update the rabbitmqctl man page to cover the new escaping schemeDavid Wragg2009-08-241-19/+61
| | | | | And make it describe the output format more precisely in various places.
* Reformat man pages, using more features of the pod formatDavid Wragg2009-08-241-155/+235
| | | | | | | | This allows proper indentation, while still allowing the re-flowing of paragraphs according to the terminal width. Also, begin paragraphs consisting of sentences with an upper-case letter.
* correction of formatting of man pagesMatthew Sackman2009-08-211-53/+50
|
* document support for headers exchangeMatthias Radestock2009-05-191-1/+1
| | | | We forgot to do this bug 20152.
* merge v1_5 into defaultTony Garnock-Jones2009-02-241-4/+6
|\
| * Fixed sed to properly handle rabbitmq.conf.5 and updated other man pages.Hubert Plociniczak2009-02-171-1/+1
| | | | | | | | /etc/rabbitmq is no longer owned by rabbitmq user.
| * Minor style fixesHubert Plociniczak2009-02-041-2/+4
| |
* | refine permission structureMatthias Radestock2009-01-271-4/+4
| |
* | Merged 20173 into defaultBen Hood2009-01-221-9/+15
|\ \
| * | typoMatthias Radestock2009-01-221-1/+1
| | |
| * | document new rabbitmqctl commandsMatthias Radestock2009-01-211-9/+15
|/ /
* | add forgotten docs for delete_user commandMatthias Radestock2009-01-211-1/+4
| |
* | cosmetic: remove superfluous whitespaceMatthias Radestock2009-01-211-19/+19
| |
* | remove merge conflict markersMatthias Radestock2009-01-211-3/+0
| |
* | Merged v1_5_1 into defaultBen Hood2009-01-211-4/+10
|\ \ | |/
| * better documentation of message countsMatthias Radestock2009-01-191-4/+5
| |
| * Updated POD (rabbitmqctl rename pid to node)Emile Joubert2009-01-141-4/+4
| |
* | better documentation of message countsMatthias Radestock2009-01-181-7/+5
|/
* Added missing =back directiveHubert Plociniczak2008-12-121-0/+2
|
* Correct typosTony Garnock-Jones2008-12-101-1/+1
|
* merge default into bug19684Tony Garnock-Jones2008-12-101-1/+150
|
* merge bug19914 into defaultMatthias Radestock2008-12-101-8/+1
|
* Tweak to the way the makefile generates the manpages, in preparationTony Garnock-Jones2008-12-081-0/+156
for some documentation for /etc/default/rabbitmq.