Skip to content

Commit 8550425

Browse files
author
Alexandru Scvortov
committed
merge default into bug20284
2 parents 7a70bab + 060397c commit 8550425

File tree

88 files changed

+14492
-6151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+14492
-6151
lines changed

README.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Please see http://www.rabbitmq.com/build-dotnet-client.html for build
1+
Please see http://www.rabbitmq.com/build-dotnet-client.html for build
22
instructions.
33

4-
For your convenience, a text copy of these instructions is available
5-
below. Please be aware that the instructions here may not be as up to
4+
For your convenience, a text copy of these instructions is available
5+
below. Please be aware that the instructions here may not be as up to
66
date as those at the above URL.
77

88
===========================================================================

dist.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,11 @@ function dist-zips {
131131
"/suppress:RabbitMQ.Client.Framing.v0_8 \
132132
/suppress:RabbitMQ.Client.Framing.v0_8qpid \
133133
/suppress:RabbitMQ.Client.Framing.v0_9 \
134+
/suppress:RabbitMQ.Client.Framing.v0_9_1 \
134135
/suppress:RabbitMQ.Client.Framing.Impl.v0_8 \
135136
/suppress:RabbitMQ.Client.Framing.Impl.v0_8qpid \
136137
/suppress:RabbitMQ.Client.Framing.Impl.v0_9 \
138+
/suppress:RabbitMQ.Client.Framing.Impl.v0_9_1 \
137139
/suppress:RabbitMQ.Client.Impl \
138140
/suppress:RabbitMQ.Client.Apigen.Attributes" \
139141
$NAME_VSN-tmp-xmldoc.zip \

docs/specs/amqp0-8.stripped.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,10 +457,18 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
457457
<field name="delivery tag" domain="delivery tag"/>
458458
<field name="requeue" type="bit"/>
459459
</method>
460-
<method name="recover" index="100">
460+
<method name="recover-async" index="100">
461461
<chassis name="server" implement="MUST"/>
462462
<field name="requeue" type="bit"/>
463463
</method>
464+
<method name="recover" synchronous="1" index="110">
465+
<response name="recover-ok"/>
466+
<chassis name="server" implement="MAY"/>
467+
<field name="requeue" domain="bit"/>
468+
</method>
469+
<method name="recover-ok" index="111">
470+
<chassis name="client" implement="MAY"/>
471+
</method>
464472
</class>
465473
<class name="file" handler="channel" index="70">
466474
<chassis name="server" implement="MAY"/>

docs/specs/amqp0-9-1.stripped.xml

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)