@@ -2430,7 +2430,6 @@ localised reply text
2430
2430
message.
2431
2431
</doc >
2432
2432
<chassis name = " server" implement = " MUST" />
2433
- <chassis name = " client" implement = " MUST" />
2434
2433
<field name = " delivery tag" domain = " delivery tag" />
2435
2434
2436
2435
<field name = " multiple" type = " bit" >
@@ -3716,43 +3715,6 @@ confirm transaction mode
3716
3715
<chassis name =" client" implement =" MUST" />
3717
3716
</method >
3718
3717
</class >
3719
- <class name =" confirm" handler =" channel" index =" 85" >
3720
- <method name =" select" synchronous =" 1" index =" 10" >
3721
- select confirm mode (i.e. enable publisher acknowledgements)
3722
- <doc >
3723
- This method sets the channel to use publisher acknowledgements.
3724
- The client can only use this method on a non-transactional
3725
- channel.
3726
- </doc >
3727
- <chassis name =" server" implement =" MUST" />
3728
- <response name =" select-ok" />
3729
- <field name = " nowait" type = " bit" >
3730
- do not send a reply method
3731
- <doc >
3732
- If set, the server will not respond to the method. The client should
3733
- not wait for a reply method. If the server could not complete the
3734
- method it will raise a channel or connection exception.
3735
- </doc >
3736
- </field >
3737
- <field name = " multiple" type = " bit" >
3738
- acknowledge multiple messages
3739
- <doc >
3740
- If set to 1, the delivery tag in the returned acks is
3741
- treated as "up to and including", so that the server can
3742
- acknowledge multiple messages with a single method. If set
3743
- to zero, the delivery tag refers to a single message.
3744
- </doc >
3745
- </field >
3746
- </method >
3747
- <method name =" select-ok" synchronous =" 1" index =" 11" >
3748
- acknowledge confirm mode
3749
- <doc >
3750
- This method confirms to the client that the channel was successfully
3751
- set to use publisher acknowledgements.
3752
- </doc >
3753
- <chassis name =" client" implement =" MUST" />
3754
- </method >
3755
- </class >
3756
3718
<class name =" tunnel" handler =" tunnel" index =" 110" >
3757
3719
<!--
3758
3720
======================================================
0 commit comments