Extends qpid-proton-j library to talk AMQP over WEBSOCKETS
Перейти к файлу
Connie Yau 2ade24f967
Bump version to snapshot (#61)
2024-04-03 15:44:13 -07:00
eng 1es template conversion (#59) 2024-03-28 14:52:54 -07:00
src Support authentication response are multiple frames (#53) 2022-03-14 12:41:28 -07:00
.editorconfig Update CONTRIBUTING and README (#46) 2021-05-14 10:02:37 -07:00
.gitignore setup readme & gitignore (#4) 2018-04-10 16:13:33 -07:00
CONTRIBUTING.md Update CONTRIBUTING and README (#46) 2021-05-14 10:02:37 -07:00
LICENSE Initial commit 2018-03-22 18:16:31 -07:00
README.md Update CONTRIBUTING and README (#46) 2021-05-14 10:02:37 -07:00
SECURITY.md Microsoft mandatory file (#54) 2023-01-27 08:42:26 -08:00
ci.yml Prepare for 1.2.5 release (#60) 2024-04-03 12:15:13 -07:00
event-hubs.png setup readme & gitignore (#4) 2018-04-10 16:13:33 -07:00
pom.xml Bump version to snapshot (#61) 2024-04-03 15:44:13 -07:00

README.md

Microsoft Azure Event Hubs

Extensions on qpid-proton-j library

star our repo follow on Twitter

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.