Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Cloud Development using Microsoft Azure

You're reading from   Mastering Cloud Development using Microsoft Azure Master the art of efficiently composing Azure services and implement them in real-world scenarios

Arrow left icon
Product type Paperback
Published in Jun 2016
Publisher Packt
ISBN-13 9781782173335
Length 352 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Marco Parenzan Marco Parenzan
Author Profile Icon Marco Parenzan
Marco Parenzan
Roberto Freato Roberto Freato
Author Profile Icon Roberto Freato
Roberto Freato
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Building Basic Services FREE CHAPTER 2. Enhancing the Hybrid Process 3. Building the Frontend 4. Building the Backend 5. Building the Mobile Experience 6. Building the API Layer 7. Working with Messages 8. Deploying Solutions in Azure Index

Sending messages with queues


At the time of writing this, managing a Service Bus is possible only from the classic portal:

The common concept at the heart of a service bus is the namespace. Every service needs a public endpoint reachable from the outside. So, the first thing to do with a service bus is assign a name that will be used under the .servicebus.windows.net DNS name. There is no standalone way to create a namespace without creating a specific service, such as a queue, relay, topics, notification hub, and EventHub, but it is possible to then create every other service.

So, we need a queue to send commands to act on a basket. We select MESSAGING from the dialog box, type the namespace name in the field, and select the Messaging Tier, between the BASIC and STANDARD ones. The difference between these refers to the capacity to handle a given number of messages. It is always possible to change this during the lifetime of the messaging tier as performances require.

Note

At the time of writing...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image