~ubuntu-branches/ubuntu/saucy/rabbitmq-server/saucy-proposed

« back to all changes in this revision

Viewing changes to plugins-src/rabbitmq-management/src/rabbit_mgmt_dispatcher.erl

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2013-05-02 11:19:31 UTC
  • mfrom: (0.5.2) (0.1.37 sid)
  • Revision ID: package-import@ubuntu.com-20130502111931-xnoj0sejto2tewcj
Tags: 3.1.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
     {["queues", vhost, destination, "bindings"],                  rabbit_mgmt_wm_bindings, [queue]},
67
67
     {["queues", vhost, queue, "contents"],                        rabbit_mgmt_wm_queue_purge, []},
68
68
     {["queues", vhost, queue, "get"],                             rabbit_mgmt_wm_queue_get, []},
 
69
     {["queues", vhost, queue, "actions"],                         rabbit_mgmt_wm_queue_actions, []},
69
70
     {["bindings"],                                                rabbit_mgmt_wm_bindings, [all]},
70
71
     {["bindings", vhost],                                         rabbit_mgmt_wm_bindings, [all]},
71
72
     {["bindings", vhost, "e", source, dtype, destination],        rabbit_mgmt_wm_bindings, [source_destination]},