Getting Acquainted With #Azure Service Bus Event Hubs
The Microsoft Azure ecosystem just keeps growing. This week Microsoft unveiled a very welcomed addition to the Microsoft Azure Service Bus. Event Hubs join ranks with Queues, Topics and Relays to offer options adapted to your needs.
Contrasting available Service Bus Flavors?
Microsoft Azure Service Bus Event Hubs
Event Hub join ranks with Queues, Topics and Relays to offer options adapted to your needs. They province the mechanisms necessary to collection of event streams at high throughput, from a diverse set of devices and services. They are composed of a Published Policy, of Consumer Groups and of Partitions.

Event Hubs support the following scenarios:
- Collecting event streams at high throughput from devices/services for use in real-time and batch processing.
- Connecting millions of devices from diverse platforms for sending data (with individual authentication and flow control).
- Process event streams per device “in order” using several backend services (publish/subscribe).
Considerations Prior to Creating an Event Hub
You must put some effort in capacity planning before you create an Event Hub. In order to make the right decisions let’s go over a couple details about Event Hubs. Continue Reading…
Like this:
Like Loading...