All Projects → Azure → azure-event-hubs-java

Azure / azure-event-hubs-java

Licence: MIT license
☁️ Java client library for Azure Event Hubs

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to azure-event-hubs-java

azure-event-hubs-go
Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
Stars: ✭ 80 (+63.27%)
Mutual labels:  amqp, messaging, event-hubs
Azure Event Hubs
☁️ Cloud-scale telemetry ingestion from any stream of data with Azure Event Hubs
Stars: ✭ 233 (+375.51%)
Mutual labels:  stream, amqp, messaging
godsend
A simple and eloquent workflow for streaming messages to micro-services.
Stars: ✭ 15 (-69.39%)
Mutual labels:  stream, messaging
Libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
Stars: ✭ 7,418 (+15038.78%)
Mutual labels:  stream, messaging
aop
AMQP on Pulsar protocol handler
Stars: ✭ 93 (+89.8%)
Mutual labels:  amqp, messaging
Qpid Proton
Mirror of Apache Qpid Proton
Stars: ✭ 164 (+234.69%)
Mutual labels:  amqp, messaging
Enmasse
EnMasse - Self-service messaging on Kubernetes and OpenShift
Stars: ✭ 185 (+277.55%)
Mutual labels:  amqp, messaging
Twitch Js
A community-centric, community-supported version of tmi.js
Stars: ✭ 225 (+359.18%)
Mutual labels:  stream, messaging
Humusamqp
PHP 7 AMQP library
Stars: ✭ 70 (+42.86%)
Mutual labels:  amqp, messaging
qpid-broker-j
Mirror of Apache Qpid Broker-J
Stars: ✭ 52 (+6.12%)
Mutual labels:  amqp, messaging
qpid-cpp
Mirror of Apache Qpid C++
Stars: ✭ 77 (+57.14%)
Mutual labels:  amqp, messaging
qpid-python
Mirror of Apache Qpid Python
Stars: ✭ 15 (-69.39%)
Mutual labels:  amqp, messaging
Laravel Queue
Laravel Enqueue message queue extension. Supports AMQP, Amazon SQS, Kafka, Google PubSub, Redis, STOMP, Gearman, Beanstalk and others
Stars: ✭ 155 (+216.33%)
Mutual labels:  amqp, messaging
Garagemq
AMQP message broker implemented with golang
Stars: ✭ 153 (+212.24%)
Mutual labels:  amqp, messaging
Azure Service Bus Dotnet
☁️ .NET Standard client library for Azure Service Bus
Stars: ✭ 237 (+383.67%)
Mutual labels:  amqp, messaging
Bunny
Bunny is a popular, easy to use, mature Ruby client for RabbitMQ
Stars: ✭ 1,224 (+2397.96%)
Mutual labels:  amqp, messaging
android-chat-tutorial
Sample apps for the Stream Chat Android SDK's official tutorial
Stars: ✭ 44 (-10.2%)
Mutual labels:  stream, messaging
Rabbitmqbundle
RabbitMQ Bundle for the Symfony2 web framework
Stars: ✭ 1,125 (+2195.92%)
Mutual labels:  amqp, messaging
Rabbitmq Server
Open source RabbitMQ: core server and tier 1 (built-in) plugins
Stars: ✭ 9,064 (+18397.96%)
Mutual labels:  amqp, messaging
azure-service-bus-java
☁️ Java client library for Azure Service Bus
Stars: ✭ 61 (+24.49%)
Mutual labels:  amqp, messaging

Microsoft Azure Event Hubs

Microsoft Azure Event Hubs Client for Java

Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them into multiple applications. This lets you process and analyze the massive amounts of data produced by your connected devices and applications. Once Event Hubs has collected the data, you can retrieve, transform and store it by using any real-time analytics provider or with batching/storage adapters.

The Azure Events Hubs client library for .NET allows for both sending and receiving of events. Most common scenarios call for an application to act as either an event publisher or an event consumer, but rarely both.

An event publisher is a source of telemetry data, diagnostics information, usage logs, or other log data, as part of an embedded device solution, a mobile device application, a game title running on a console or other device, some client or server based business solution, or a web site.

An event consumer picks up such information from the Event Hub and processes it. Processing may involve aggregation, complex computation and filtering. Processing may also involve distribution or storage of the information in a raw or transformed fashion. Event Hub consumers are often robust and high-scale platform infrastructure parts with built-in analytics capabilities, like Azure Stream Analytics, Apache Spark, or Apache Storm.

We've moved!

The Microsoft Azure Event Hubs Client for Java has joined the unified Azure Developer Platform and can now be found in the Azure SDK for Java repository. To view the latest source, participate in the development process, report issues, or engage with the community, please visit our new home.

This repository has been archived and is intended to provide historical reference and context for the Microsoft Azure Event Hubs Client for Java.

Source code in the folders beginning with "microsoft-azure-" | Client JAR (Maven) | Event Processor Host JAR (Maven) | Product documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].