File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 30
30
//---------------------------------------------------------------------------
31
31
32
32
using System . Threading . RateLimiting ;
33
- using RabbitMQ . Client . Impl ;
34
33
35
34
namespace RabbitMQ . Client
36
35
{
@@ -46,6 +45,11 @@ public sealed class CreateChannelOptions
46
45
47
46
/// <summary>
48
47
/// Should this library track publisher confirmations for you? Defaults to <c>false</c>
48
+ ///
49
+ /// When enabled, the <see cref="Constants.PublishSequenceNumberHeader" /> header will be
50
+ /// added to every published message, and will contain the message's publish sequence number.
51
+ /// If the broker then sends a <c>basic.return</c> response for the message, this library can
52
+ /// then correctly handle the message.
49
53
/// </summary>
50
54
public bool PublisherConfirmationTrackingEnabled { get ; set ; } = false ;
51
55
You can’t perform that action at this time.
0 commit comments