Update README.md
This commit is contained in:
parent
47b6cfc604
commit
78a6064b61
|
|
@ -283,8 +283,9 @@ FLAGS AND TABLES
|
||||||
|
|
||||||
Let's take a closer look at one method in the Channel object to explain
|
Let's take a closer look at one method in the Channel object to explain
|
||||||
two other concepts of this AMQP library: flags and tables. The method that we
|
two other concepts of this AMQP library: flags and tables. The method that we
|
||||||
will be looking at is the Channel::declareQueue() method - but flags and
|
will be looking at is the Channel::declareQueue() method - but we could've
|
||||||
tables are used by many other methods in the Channel class as well.
|
picked a different method too because flags and
|
||||||
|
tables are used by many methods.
|
||||||
|
|
||||||
````c++
|
````c++
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue