Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.71 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.71 KB

Microsoft Azure Event Hubs

The Advanced Message Queuing Protocol (AMQP) is an open internet protocol for messaging. Several messaging platforms hosted on Azure like Azure Service Bus, Azure Event Hubs and Azure IOT Hub supports AMQP 1.0. To know more about AMQP refer to the OASIS AMQP 1.0 protocol specification.

In our Java client libraries we use qpid-proton-j library, an open source implementation of AMQP. Extensions built atop qpid-proton-j library are hosted here.

Issues

Currently, this library is used only in conjunction with Azure IOT SDK or Azure Event Hubs client library. File the issues directly on the respective projects.

Contributing

This project welcomes contributions and suggestions. Please refer to our Contribution Guidelines for more details.