Method | Description | |
---|---|---|
GetNextQueueMessage ( string queueName = null ) : |
Retrieves the next pending Message from the Queue based on a provided queueName
|
|
GetQueue ( string queueName = null ) : System.Messaging.MessageQueue |
Creates an MSMQ Queue
|
|
InsertIdIntoQueue ( |
Helper method that inserts the
|
|
QueueMessageManagerSqlMsMq ( ) : System | ||
QueueMessageManagerSqlMsMq ( string connectionString ) : System | ||
QueueMessageManagerSqlMsMq ( string connectionString, string queuePath ) : System | ||
ResubmitMessage ( |
Resubmit message into the queue as a cleared and message to be reprocessed. All date flags are cleared. This method immediately writes the queue item to disk immediately. This version also writes an MSMQ item for the ID.
|
|
Save ( |
Saves the passed message item or the attached item to the database and creates a MSMQ message for the ID to be picked up. Call this after updating properties or individual values. Inserts or updates based on whether the ID exists
|
public GetNextQueueMessage ( string queueName = null ) : |
||
queueName | string | |
return |
public GetQueue ( string queueName = null ) : System.Messaging.MessageQueue | ||
queueName | string | |
return | System.Messaging.MessageQueue |
public InsertIdIntoQueue ( |
||
item | ||
return | bool |
public QueueMessageManagerSqlMsMq ( ) : System | ||
return | System |
public QueueMessageManagerSqlMsMq ( string connectionString ) : System | ||
connectionString | string | |
return | System |
public QueueMessageManagerSqlMsMq ( string connectionString, string queuePath ) : System | ||
connectionString | string | |
queuePath | string | |
return | System |
public ResubmitMessage ( |
||
item | ||
return | bool |
public Save ( |
||
item | ||
return | bool |