1QPID-ROUTE(1) User Commands QPID-ROUTE(1)
2
3
4
6 qpid-route - Management Tool for QPID Routes
7
9 qpid-route [OPTIONS] <commands>
10
12 Manages QPID routes.
13
14 qpid-route [OPTIONS] dynamic del <dest-broker> <src-broker>
15 <exchange>
16
17 qpid-route [OPTIONS] route add
18 <dest-broker> <src-broker> <exchange> <routing-key> [tag]
19 [exclude-list] [mechanism]
20
21 qpid-route [OPTIONS] route del
22 <dest-broker> <src-broker> <exchange> <routing-key>
23
24 qpid-route [OPTIONS] queue add
25 <dest-broker> <src-broker> <exchange> <queue> [mechanism]
26
27 qpid-route [OPTIONS] queue del
28 <dest-broker> <src-broker> <exchange> <queue>
29
30 qpid-route [OPTIONS] route list
31 [<dest-broker>]
32
33 qpid-route [OPTIONS] route flush [<dest-broker>] qpid-route
34 [OPTIONS] route map [<broker>]
35
36 qpid-route [OPTIONS] link add
37 <dest-broker> <src-broker> [mechanism]
38
39 qpid-route [OPTIONS] link del
40 <dest-broker> <src-broker>
41
42 qpid-route [OPTIONS] link list [<dest-broker>]
43
44 ADDRESS syntax:
45
46 [username/password@] hostname ip-address [:<port>]
47
49 -h, --help
50 show this help message and exit
51
52 --timeout=<secs>
53 Maximum time to wait for broker connection (in seconds)
54
55 -v, --verbose
56 Verbose output
57
58 -q, --quiet
59 Quiet output, don't print duplicate warnings
60
61 -d, --durable
62 Added configuration shall be durable
63
64 -e, --del-empty-link
65 Delete link after deleting last route on the link
66
67 -s, --src-local
68 Make connection to source broker (push route)
69
70 --ack=<n>
71 Acknowledge transfers over the bridge in batches of N
72
73 --credit=<msgs>
74 Maximum number of messages a sender can have outstanding
75 (0=unlimited)
76
77 -t <transport>, --transport=<transport>
78 Transport to use for links, defaults to tcp
79
80 --client-sasl-mechanism=<mech>
81 SASL mechanism for authentication (e.g. EXTERNAL, ANONYMOUS,
82 PLAIN, CRAM-MD5, DIGEST-MD5, GSSAPI). Used when the client con‐
83 nects to the destination broker (not for authentication between
84 the source and destination brokers - that is specified using the
85 [mechanisms] argument to 'add route'). SASL automatically picks
86 the most secure available mechanism - use this option to over‐
87 ride.
88
89 --sasl-service-name=SASL_SERVICE_NAME
90 SASL service name to use
91
92 --ssl-certificate=<cert>
93 Client SSL certificate (PEM Format)
94
95 --ssl-key=<key>
96 Client SSL private key (PEM Format)
97
98 --ha-admin
99 Allow connection to a HA backup broker.
100
102 The Apache Qpid Project, dev@qpid.apache.org
103
105 Please report bugs to users@qpid.apache.org
106
107
108
109qpid-route (qpid-cpp) version 1.38M.a0rch 2018 QPID-ROUTE(1)