MessagingScenarioFactory Class |
Namespace: Rock.Messaging
The MessagingScenarioFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CreateQueueConsumer |
Creates an instance of IReceiver that uses the queue consumer scenario
by calling the CreateQueueConsumer(String) method
on Current.
|
![]() ![]() | CreateQueueProducer |
Creates an instance of ISender that uses the queue producer scenario
by calling the CreateQueueProducer(String) method
on Current.
|
![]() ![]() | CreateTopicPublisher |
Creates an instance of ISender that uses the topic publisher scenario
by calling the CreateTopicPublisher(String) method
on Current.
|
![]() ![]() | CreateTopicSubscriber |
Creates an instance of IReceiver that uses the topic subscriber scenario
by calling the CreateTopicSubscriber(String) method
on Current.
|
![]() ![]() | SetCurrent |