Method | Description | |
---|---|---|
Create ( IRoutingEndpoint endpoint ) : ITypedPollingNode |
Create a worker queue for the named endpoint. endpoint names are ignored for local queues
|
|
LocalQueuePollingNodeFactory ( |
Create a default local queue polling node factory You should not use this yourself. Use: MessagingSystem.Configure.WithLocalQueue(...);
|
public Create ( IRoutingEndpoint endpoint ) : ITypedPollingNode | ||
endpoint | IRoutingEndpoint | |
return | ITypedPollingNode |
public LocalQueuePollingNodeFactory ( |
||
config | ||
serialiser | IMessageSerialiser | |
sleeper | ISleepWrapper | |
return | SevenDigital.Messaging.Base.Serialisation |