Property | Type | Description | |
---|---|---|---|
_bus | MassTransit.IServiceBus | ||
_itemsChanged | EventHandler | ||
_monitorMsmqQueues | List |
Method | Description | |
---|---|---|
DeserializeCommand ( string cmd, |
||
GetAvailableCommands ( string asmPaths, CommandDefinition cmdDef, bool suppressErrors ) : System.Type[] | ||
GetMessageSubscriptions ( object>.Dictionary |
||
GetProcessedMessages ( QueueType type, System.DateTime since, IEnumerable |
||
GetUnprocessedMessages ( ServiceBusMQ.Model.QueueFetchUnprocessedMessagesRequest req ) : |
||
Initialize ( object>.Dictionary |
||
IsIgnoredQueue ( string queueName ) : bool | ||
LoadMessageContent ( ServiceBusMQ.Model.QueueItem itm ) : string | ||
MoveAllErrorMessagesToOriginQueue ( string errorQueue ) : void | ||
MoveErrorMessageToOriginQueue ( ServiceBusMQ.Model.QueueItem itm ) : void | ||
PeekMessages ( object prm ) : void | ||
PurgeAllMessages ( ) : void | ||
PurgeErrorAllMessages ( ) : void | ||
PurgeErrorMessages ( string queueName ) : void | ||
PurgeMessage ( ServiceBusMQ.Model.QueueItem itm ) : void | ||
SendCommand ( object>.Dictionary |
||
SerializeCommand ( object cmd ) : string | ||
SetupServiceBus ( string assemblyPaths, CommandDefinition cmdDef, object>.Dictionary |
||
Terminate ( ) : void |
Method | Description | |
---|---|---|
GetMessageNames ( string content, bool includeNamespace ) : ServiceBusMQ.Model.MessageInfo[] | ||
GetQueueListByType ( QueueType type ) : IEnumerable |
||
GetSubscriptionType ( string xml ) : string | ||
MergeStringArray ( ServiceBusMQ.Model.MessageInfo arr ) : string | ||
OnError ( string message, |
||
OnItemsChanged ( ) : void | ||
OnWarning ( string message, string content, WarningType type = WarningType.Other ) : void | ||
ReadMessageStream ( Stream s ) : string | ||
StartPeekThreads ( ) : void |
Method | Description | |
---|---|---|
AddMsmqQueue ( string serverName, ServiceBusMQ.Model.Queue queue ) : void | ||
CreateQueueItem ( ServiceBusMQ.Model.Queue queue, System.Messaging.Message msg ) : ServiceBusMQ.Model.QueueItem | ||
GetAllRootCurlyBrackers ( string content ) : IEnumerable |
||
GetJsonMessageNames ( string content, bool includeNamespace ) : ServiceBusMQ.Model.MessageInfo[] | ||
GetMessageQueue ( ServiceBusMQ.Model.QueueItem itm ) : ServiceBusMQ.MassTransit.MsmqMessageQueue | ||
GetXmlMessageNames ( string content, bool includeNamespace ) : ServiceBusMQ.Model.MessageInfo[] | ||
LoadQueues ( ) : void | ||
ParseClassName ( string asmName ) : string | ||
PrepareQueueItemForAdd ( ServiceBusMQ.Model.QueueItem itm ) : bool | ||
SetupMessageReadPropertyFilters ( System.Messaging.MessageQueue q, QueueType type ) : void | ||
TryAddItem ( System.Messaging.Message msg, ServiceBusMQ.Model.Queue q ) : bool |
public DeserializeCommand ( string cmd, |
||
cmd | string | |
cmdType | ||
return | object |
public GetAvailableCommands ( string asmPaths, CommandDefinition cmdDef, bool suppressErrors ) : System.Type[] | ||
asmPaths | string | |
cmdDef | CommandDefinition | |
suppressErrors | bool | |
return | System.Type[] |
protected GetMessageNames ( string content, bool includeNamespace ) : ServiceBusMQ.Model.MessageInfo[] | ||
content | string | |
includeNamespace | bool | |
return | ServiceBusMQ.Model.MessageInfo[] |
public GetMessageSubscriptions ( object>.Dictionary |
||
connectionSettings | object>.Dictionary | |
queues | IEnumerable |
|
return | MessageSubscription[] |
public GetProcessedMessages ( QueueType type, System.DateTime since, IEnumerable |
||
type | QueueType | |
since | System.DateTime | |
currentItems | IEnumerable |
|
return |
protected GetQueueListByType ( QueueType type ) : IEnumerable |
||
type | QueueType | |
return | IEnumerable |
protected GetSubscriptionType ( string xml ) : string | ||
xml | string | |
return | string |
public GetUnprocessedMessages ( ServiceBusMQ.Model.QueueFetchUnprocessedMessagesRequest req ) : |
||
req | ServiceBusMQ.Model.QueueFetchUnprocessedMessagesRequest | |
return |
public Initialize ( object>.Dictionary |
||
connectionSettings | object>.Dictionary | |
monitorQueues | ServiceBusMQ.Model.Queue | |
monitorState | SbmqmMonitorState | |
return | void |
public IsIgnoredQueue ( string queueName ) : bool | ||
queueName | string | |
return | bool |
public LoadMessageContent ( ServiceBusMQ.Model.QueueItem itm ) : string | ||
itm | ServiceBusMQ.Model.QueueItem | |
return | string |
protected MergeStringArray ( ServiceBusMQ.Model.MessageInfo arr ) : string | ||
arr | ServiceBusMQ.Model.MessageInfo | |
return | string |
public MoveAllErrorMessagesToOriginQueue ( string errorQueue ) : void | ||
errorQueue | string | |
return | void |
public MoveErrorMessageToOriginQueue ( ServiceBusMQ.Model.QueueItem itm ) : void | ||
itm | ServiceBusMQ.Model.QueueItem | |
return | void |
protected OnError ( string message, |
||
message | string | |
exception | ||
fatal | bool | |
return | void |
protected OnWarning ( string message, string content, WarningType type = WarningType.Other ) : void | ||
message | string | |
content | string | |
type | WarningType | |
return | void |
public PurgeErrorMessages ( string queueName ) : void | ||
queueName | string | |
return | void |
public PurgeMessage ( ServiceBusMQ.Model.QueueItem itm ) : void | ||
itm | ServiceBusMQ.Model.QueueItem | |
return | void |
protected ReadMessageStream ( Stream s ) : string | ||
s | Stream | |
return | string |
public SendCommand ( object>.Dictionary |
||
connectionStrings | object>.Dictionary | |
destinationQueue | string | |
message | object | |
return | void |
public SerializeCommand ( object cmd ) : string | ||
cmd | object | |
return | string |
public SetupServiceBus ( string assemblyPaths, CommandDefinition cmdDef, object>.Dictionary |
||
assemblyPaths | string | |
cmdDef | CommandDefinition | |
connectionSettings | object>.Dictionary | |
return | void |