File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
main/java/com/rabbitmq/client/amqp Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ifndef::sourcedir[:sourcedir: ../../main/java]
6
6
:source-highlighter: prettify
7
7
:javadoc-url: https://rabbitmq.github.io/rabbitmq-amqp-java-client/snapshot/api
8
8
9
- The RabbitMQ AMQP 1.0 Java Client is a library to communicate with RabbitMQ using https://www.rabbitmq.com/docs/next/ amqp[AMQP 1.0].
9
+ The RabbitMQ AMQP 1.0 Java Client is a library to communicate with RabbitMQ using https://www.rabbitmq.com/docs/amqp[AMQP 1.0].
10
10
11
11
== Pre-requisites
12
12
Original file line number Diff line number Diff line change 18
18
package com .rabbitmq .client .amqp ;
19
19
20
20
/**
21
- * Builder for a <a href="https://www.rabbitmq.com/docs/next/ amqp#address-v2">AMQP target address
21
+ * Builder for a <a href="https://www.rabbitmq.com/docs/amqp#address-v2">AMQP target address
22
22
* format v2.</a>
23
23
*
24
24
* @param <T> the type of object returned by methods, usually the object itself
Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ interface Context {
89
89
* The status returned by the broker.
90
90
*
91
91
* @return status of the message
92
- * @see <a href="https://www.rabbitmq.com/docs/next/ amqp#outcomes">AMQP Outcomes</a>
92
+ * @see <a href="https://www.rabbitmq.com/docs/amqp#outcomes">AMQP Outcomes</a>
93
93
*/
94
94
Status status ();
95
95
}
96
96
97
97
/**
98
98
* Message status.
99
99
*
100
- * @see <a href="https://www.rabbitmq.com/docs/next/ amqp#outcomes">AMQP Outcomes</a>
100
+ * @see <a href="https://www.rabbitmq.com/docs/amqp#outcomes">AMQP Outcomes</a>
101
101
*/
102
102
enum Status {
103
103
/** The message has been accepted by the broker. */
You can’t perform that action at this time.
0 commit comments