All Projects → Azure → azure-service-bus-java

Azure / azure-service-bus-java

Licence: MIT license
☁️ Java client library for Azure Service Bus

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to azure-service-bus-java

azure-service-bus-dotnet-plugins
☁️ Plugins for the .NET Standard client library for Azure Service Bus
Stars: ✭ 15 (-75.41%)
Mutual labels:  amqp, messaging, service-bus
Azure Service Bus
☁️ Azure Service Bus service issue tracking and samples
Stars: ✭ 472 (+673.77%)
Mutual labels:  amqp, messaging, service-bus
Azure Service Bus Dotnet
☁️ .NET Standard client library for Azure Service Bus
Stars: ✭ 237 (+288.52%)
Mutual labels:  amqp, messaging, service-bus
Servicebus
Simple service bus for sending events between processes using amqp.
Stars: ✭ 415 (+580.33%)
Mutual labels:  amqp, messaging, service-bus
azure-service-bus-go
Golang library for Azure Service Bus -- https://aka.ms/azsb
Stars: ✭ 67 (+9.84%)
Mutual labels:  amqp, messaging, servicebus
Php Amqplib
The most widely used PHP client for RabbitMQ
Stars: ✭ 3,950 (+6375.41%)
Mutual labels:  amqp, messaging
Lapin
AMQP client library in Rust, with a clean, futures based API
Stars: ✭ 497 (+714.75%)
Mutual labels:  amqp, messaging
Remit
RabbitMQ-backed microservices supporting RPC, pubsub, automatic service discovery and scaling with no code changes.
Stars: ✭ 24 (-60.66%)
Mutual labels:  amqp, messaging
Humusamqp
PHP 7 AMQP library
Stars: ✭ 70 (+14.75%)
Mutual labels:  amqp, messaging
Rabbitmqbundle
RabbitMQ Bundle for the Symfony2 web framework
Stars: ✭ 1,125 (+1744.26%)
Mutual labels:  amqp, messaging
Bunny
Bunny is a popular, easy to use, mature Ruby client for RabbitMQ
Stars: ✭ 1,224 (+1906.56%)
Mutual labels:  amqp, messaging
Qpid Proton
Mirror of Apache Qpid Proton
Stars: ✭ 164 (+168.85%)
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 (+154.1%)
Mutual labels:  amqp, messaging
Enmasse
EnMasse - Self-service messaging on Kubernetes and OpenShift
Stars: ✭ 185 (+203.28%)
Mutual labels:  amqp, messaging
Activemq Artemis
Mirror of Apache ActiveMQ Artemis
Stars: ✭ 685 (+1022.95%)
Mutual labels:  amqp, messaging
qpid-jms
Mirror of Apache Qpid JMS
Stars: ✭ 60 (-1.64%)
Mutual labels:  amqp, messaging
Rabbitmq Server
Open source RabbitMQ: core server and tier 1 (built-in) plugins
Stars: ✭ 9,064 (+14759.02%)
Mutual labels:  amqp, messaging
qpid-dispatch
Mirror of Apache Qpid Dispatch
Stars: ✭ 62 (+1.64%)
Mutual labels:  amqp, messaging
qpid-proton-j
Mirror of Apache Qpid Proton-J
Stars: ✭ 28 (-54.1%)
Mutual labels:  amqp, messaging
Garagemq
AMQP message broker implemented with golang
Stars: ✭ 153 (+150.82%)
Mutual labels:  amqp, messaging

Microsoft Azure Service Bus

Build/Package Status
master Maven Central

Moved

All new work on SDK is happening in the repository https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/servicebus. This repository is only to address any issues found in versions 1.2.x. And master1.0 is the branch corresponding to versions 1.2.x. Both dev and master branches moved to the new repository.

Microsoft Azure Service Bus Client for Java

This is the next generation Service Bus Java client library that focuses on Queues & Topics. If you are looking for Event Hubs, follow this link.

Azure Service Bus is an asynchronous messaging cloud platform that enables you to send messages between decoupled systems. Microsoft offers this feature as a service, which means that you do not need to host any of your own hardware in order to use it.

Refer to azure.com to learn more about Service Bus. And package can be downloaded from Maven

How to provide feedback

See our Contribution Guidelines.

Known issues

FAQ

Where is the API document?

Click here.

Where can I find examples that use this library?

The samples are located in this repo. Java Samples.

Can I manage Service Bus entities with this library?

Only rules management of subscription will be supported in this client library. This library focuses on Azure Service Bus Data Plane functionalities (e.g. send, receive).

The standard way to manage Azure resources is by using Azure Resource Manager. In order to use functionality that previously existed in the azure-servicebus Java library, this is Azure Service Bus Management Library which is available on Maven. And this is the API document. This management library will enable use cases that dynamically create/read/update/delete resources.

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].