Skip to main content

BackgroundMqMessageFactory

Assembly: ServiceStack.dll
View Source
Declaration
public class BackgroundMqMessageFactory : IMessageFactory, IMessageQueueClientFactory, IDisposable

Methods

CreateMessageQueueClient()

View Source
Declaration
public IMessageQueueClient CreateMessageQueueClient()
Returns

ServiceStack.Messaging.IMessageQueueClient

CreateMessageProducer()

View Source
Declaration
public IMessageProducer CreateMessageProducer()
Returns

ServiceStack.Messaging.IMessageProducer

Dispose()

View Source
Declaration
public void Dispose()

Implements