C# Class DotNetWorkQueue.Transport.SQLite.Basic.SqLiteQueueReceivePoisonMessage

Handles moving poison messages to the error table
Inheritance: IReceivePoisonMessage
Mostrar archivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Handle ( IMessageContext context, PoisonMessageException exception ) : void

Invoked when we have dequeued a message, but a failure occured during re-assembly.

SqLiteQueueReceivePoisonMessage ( ICommandHandler commandMoveRecord ) : DotNetWorkQueue.Transport.SQLite.Basic.Command

Initializes a new instance of the SqLiteQueueReceivePoisonMessage class.

Method Details

Handle() public method

Invoked when we have dequeued a message, but a failure occured during re-assembly.
public Handle ( IMessageContext context, PoisonMessageException exception ) : void
context IMessageContext The context.
exception DotNetWorkQueue.Exceptions.PoisonMessageException The exception.
return void

SqLiteQueueReceivePoisonMessage() public method

Initializes a new instance of the SqLiteQueueReceivePoisonMessage class.
public SqLiteQueueReceivePoisonMessage ( ICommandHandler commandMoveRecord ) : DotNetWorkQueue.Transport.SQLite.Basic.Command
commandMoveRecord ICommandHandler The command move record.
return DotNetWorkQueue.Transport.SQLite.Basic.Command