Property | Type | Description | |
---|---|---|---|
AddWorkerThread | NServiceBus.Utils.WorkerThread | ||
ClearFailuresForConversation | void | ||
ExtractMessages | IMessage[] | ||
ExtractXmlTransportMessage | TransportMessage | ||
GetSqlTransactionManager | |||
HandledMaxRetries | bool | ||
IncrementFailuresForConversation | void | ||
MoveToErrorService | void | ||
OnFailedMessageProcessing | bool | ||
OnFinishedMessageProcessing | bool | ||
OnTransportMessageReceived | bool | ||
Process | void | ||
ReceiveFromQueue | void |
Method | Description | |
---|---|---|
AbortHandlingCurrentMessage ( ) : void |
Causes the processing of the current message to be aborted.
|
|
ChangeNumberOfWorkerThreads ( int targetNumberOfWorkerThreads ) : void |
Changes the number of worker threads to the given target, stopping or starting worker threads as needed.
|
|
Dispose ( ) : void | ||
GetNumberOfPendingMessages ( ) : int |
Returns the number of messages in the queue.
|
|
ReceiveMessageLater ( TransportMessage m ) : void |
Re-queues a message for processing at another time. This method will place the message onto the back of the queue which may break message ordering. |
|
Send ( TransportMessage m, string destination ) : void |
Sends a message to the specified destination.
|
|
SerializeToXml ( TransportMessage transportMessage, |
||
SerializeTransportMessage ( TransportMessage m, |
||
ServiceBrokerTransport ( ) : System | ||
Start ( ) : void |
Starts the transport.
|
Method | Description | |
---|---|---|
AddWorkerThread ( ) : NServiceBus.Utils.WorkerThread | ||
ClearFailuresForConversation ( string conversationHandle ) : void | ||
ExtractMessages ( |
||
ExtractXmlTransportMessage ( Stream bodyStream ) : TransportMessage | ||
GetSqlTransactionManager ( ) : |
||
HandledMaxRetries ( string messageId ) : bool | ||
IncrementFailuresForConversation ( string conversationHandle ) : void | ||
MoveToErrorService ( |
||
OnFailedMessageProcessing ( ) : bool | ||
OnFinishedMessageProcessing ( ) : bool | ||
OnTransportMessageReceived ( TransportMessage msg ) : bool | ||
Process ( ) : void | ||
ReceiveFromQueue ( |
public AbortHandlingCurrentMessage ( ) : void | ||
return | void |
public ChangeNumberOfWorkerThreads ( int targetNumberOfWorkerThreads ) : void | ||
targetNumberOfWorkerThreads | int | |
return | void |
public ReceiveMessageLater ( TransportMessage m ) : void | ||
m | TransportMessage | The message to process later. |
return | void |
public Send ( TransportMessage m, string destination ) : void | ||
m | TransportMessage | The message to send. |
destination | string | The address of the destination to send the message to. |
return | void |
public SerializeToXml ( TransportMessage transportMessage, |
||
transportMessage | TransportMessage | |
stream | ||
return | void |
public SerializeTransportMessage ( TransportMessage m, |
||
m | TransportMessage | |
stream | ||
return | void |