This topic has not yet been rated - Rate this topic

Addressing and Protocol

A service namespace is a hierarchical namespace under which an entity can be created and mapped to any arbitrary depth of names at leaf node. It is considered the base address of all entities and features created under this service namespace. In example address below, the bold section is considered the namespace address, which is used to set or get the full path of entities or features of these entities. All top level entities, such as ConnectionPoint, MessageBuffer, Queue, Topic are addressed by this scheme.


        https://{serviceNamespace}.servicebus.Windows.net/{path}

You can specify{path} at any depth. For example, /test, /test/test2, or /test/test2/test3. Note that the maximum length of an entity name is 290 characters.

In This Section

Topic Subscription
Describes the address of a topic subscription.

Rule (REST API Reference)
Describes the rule of a topic subscription.

Overview (REST API Reference)
Provides overview of the simplified REST API sets for managing entities.

Send Message
Sends a new message.

Get Entity
Retrieves an entity.

Entities Discovery
Discovers entities.

Delete Entity
Deletes entity.

Enumeration
List all entities of certain kind in a flat view.

Query Strings
Performs query string operations for passing data to web applications.

Related Sections

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.