Frends.ServiceBus.Read / 1.2.0
Summary
Reads a message from a Service Bus queue or a topic subscription, so both point-to-point and publish-subscribe patterns are in scope.
Typical use — consuming work handed over by another system or Process through Azure's broker
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SourceType | QueueOrTopic |
Queue |
Queue |
Source type. Possible values:
|
| QueueOrTopicName | String |
– | QueueOrTopicName |
The name of the queue or topic. |
| SubscriptionName | String |
– | SubscriptionName |
The name of the subscription |
| ConnectionStringSecret | String |
"Endpoint=sb://[namespace].servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=[secret]" |
"Endpoint=sb://[namespace].servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=[secret] |
Service Bus connection string |