azure-service-bus-java icon indicating copy to clipboard operation
azure-service-bus-java copied to clipboard

☁️ Java client library for Azure Service Bus

Results 49 azure-service-bus-java issues
Sort by recently updated
recently updated
newest added

My question is the following: The company I work at, uses corporate proxies. I'm working on SpringBoot microservices in Azure. To be able to run these services locally, we need...

feature
Investigate

## Actual Behavior App Server was able to read the messages from the topic but when acknowledging to the server that it has successfully processed then service bus throws the...

question
MoreInfoRequested

As part of a high volume application we are running 4 workers consuming the IOT Hub and passing messages along to the service bus. These workers are deployed in an...

question

Fixes part 1 of #366 If for any reason, close call on a sender or receiver or messaging factory fails, the state of the object remains 'closing=true' and calling close...

Two sub issues here. 1. If closeAsync or close throws an exception, it still leaves the object in closing state. If we call close again, it will not do anything...

## Actual Behavior 1. I am using azure-servicebus with version1.0.0. while trying to send messages to Azure queues using MessageSender class getting below error [ERROR] 2017-10-03 08:41:38.509 [ReactorThreada232fb4f-2818-4bb9-979e-c491a02cf88a] MessagingFactory:279 -...

question

Feature request: Allow specifying specific session IDs when registering a session handler in SubscriptionClient. ClientFactory allows specific session IDs (acceptSessionFrom...) but to use it directly means you need to manage...

question
feature

Added hashCode and equals implementations so adding a duplicate to Set stops it from adding. This checklist is used to make sure that common guidelines for a pull request are...

## Description This checklist is used to make sure that common guidelines for a pull request are followed. - [x] **I have read the [contribution guidelines](./CONTRIBUTING.md).** - [x] Title of...