Book Image

Learning Microsoft Azure

By : Geoff Webber Cross, Geoff Webber-Cross
Book Image

Learning Microsoft Azure

By: Geoff Webber Cross, Geoff Webber-Cross

Overview of this book

Table of Contents (19 chapters)
Learning Microsoft Azure
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Questions


  1. What is the path of a subscription dead-letter queue?

  2. What are the security implications of creating queues and topics in code?

  3. What does the Enable Partitioning setting do when we create a topic?

  4. What does the FILTER MESSAGE BEFORE PUBLISHING setting in the portal do?

  5. Where can we find topic SAS connection strings?

  6. In which config block does the Service Bus connection string appear when we install the WindowsAzure.ServiceBus package?

  7. Which object do we use to send messages to a topic?

  8. What does the IsTransient property on MessagingException tell us?

  9. Which exception is thrown if a client tries to send a message with no matching subscription and FILTER MESSAGE BEFORE PUBLISHING is enabled?

  10. What is the default ReceiveMode for a SubscriptionClient?

  11. What is the message type we send to the Service Bus?

  12. How many shared access policies can one topic have?

  13. Create a simple WPF application, which creates a Service Bus queue itself, and then posts simple messages to the queue on a timer.

  14. Create a second...