Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppatierno/azuresblite-examples
Example scenarios to use Azure SB Lite library to access Azure Service Bus (Event Hubs, Queues and Topics/Subscription)
https://github.com/ppatierno/azuresblite-examples
Last synced: 2 months ago
JSON representation
Example scenarios to use Azure SB Lite library to access Azure Service Bus (Event Hubs, Queues and Topics/Subscription)
- Host: GitHub
- URL: https://github.com/ppatierno/azuresblite-examples
- Owner: ppatierno
- Created: 2015-05-11T19:49:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T14:47:10.000Z (about 9 years ago)
- Last Synced: 2024-10-10T20:53:46.182Z (3 months ago)
- Language: C#
- Size: 225 KB
- Stars: 6
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azuresblite-examples
Example scenarios to use Azure SB Lite library to access Azure Service Bus (Event Hubs, Queues and Topics/Subscription).Current examples are for :
* .Net Framework (even if you can use official Service Bus Nuget package)
* .Net Micro Framework
* WinRTSimple scenarios covered are :
* Simple send to Event Hub
* Send to Event Hub to a specific partition
* Send to Event Hub to a publisher
* Send to Event Hub to a publisher with token
* Send to Event Hub with a partition key
* Receive from Event Hub from specific partition
* Receive from Event Hub from specific partition with offset
* Receive from Event Hub from specific partition with date/time offset
* Simple send to a Queue
* Send to a Queue and receive from a ReplyTo Queue
* Send to a Topic and receive from SunscriptionsTo build these examples you need following libraries :
* *AMQP SB Lite* : http://azuresblite.codeplex.com/ (you need to clone from here)
* *AMQP .Net Lite* : http://amqpnetlite.codeplex.com/ (related Nuget packages are already referenced)
The .Net Micro Framework project is build for running on Netduino 3 Wi-Fi.
The IoTEventHubProcessor project is an example for receiving event data sent using event hub following above scenarios.