Skip to content

Commit 0f21638

Browse files
author
Michael Cretzman
committed
fixing links
1 parent 495c3f3 commit 0f21638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

amqp-0-9-1/doc/p_dev_java_client_amqp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ To Use the Java AMQP Client Library
245245

246246
Once a connection to an AMQP broker has been established, the client must create a channel to communicate to the broker. A channel is a bi-directional connection between an AMQP client and an AMQP broker. AMQP is multi-channeled, which means that channels are multiplexed over a single network socket connection. Channels are light-weight and consume little resources, and therefore used in AMQP's exception handling mechanism—channels are closed when an exception occurs.
247247

248-
The variables for the two channels (one for publishing to an exchange and one for consuming from a queue) were created in step 5, [Declare the variables](#declare-the-variables):
248+
The variables for the two channels (one for publishing to an exchange and one for consuming from a queue) were created in step 5, **Declare the variables**:
249249

250250
``` java
251251
private AmqpChannel publishChannel = null;

0 commit comments

Comments
 (0)