Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ReceiveMode

Package version

The mode in which messages should be received. The 2 modes are peekLock and receiveAndDelete.

Index

Enumeration members

Enumeration members

peekLock

peekLock: = 1

Once a message is received in this mode, the receiver has a lock on the message for a particular duration. If the message is not settled by this time, it lands back on Service Bus to be fetched by the next receive operation.

receiveAndDelete

receiveAndDelete: = 2

Messages received in this mode get automatically removed from Service Bus.

Generated using TypeDoc