Skip to content

Commit c5b617e

Browse files
author
Emile Joubert
committed
Update subscription section in user guide
1 parent 7324be4 commit c5b617e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/wikipages/data.ApiOverview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ deliveries from the [code SharedQueue] instance contained therein:
270270

271271
@code java
272272
QueueingBasicConsumer consumer = new QueueingBasicConsumer(channel);
273-
channel.BasicConsume(queueName, null, consumer);
273+
String consumerTag = channel.BasicConsume(queueName, false, consumer);
274274
while (true) {
275275
try {
276276
RabbitMQ.Client.Events.BasicDeliverEventArgs e =

docs/wikipages/meta.ApiOverview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
owner:
2-
timestamp: Wed, 04 Aug 2010 14:28:29 GMT
2+
timestamp: Fri, 25 Mar 2011 11:41:35 GMT
33
author:
44
editgroup:
55
viewgroup:

0 commit comments

Comments
 (0)