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

Hay I've recently updated our source to use the 1.2.8 version and I in our production environment we get strange issues. After a random number of days the subscription client...

question

**Describe the bug** When undeploying a Tomcat8 application (war), Tomcat warns about a memory leak regarding threads which could not be stopped. It happens even SubscriptionClient.close() is called. **To Reproduce**...

question

**Focus on exceptions** I have created an instance of QueueClient. In running server application. After some time I get several errors in logs. While doing nothing with QueueClient. Error message:...

enhancement

## Actual Behavior MessageAndSessionPump does not support a batch interface ## Expected Behavior MessageAndSessionPump should support a batch handler. The underlying MessageReceiver has a `receiveBatch` method that could be used...

enhancement

i am trying to register my message Hander for azure servicebus and i see the following description about one of the constructors of messageHandlerOptions class:- **maxConcurrentCalls** maximum number of concurrent...

documentation
BreakingChange

The ServiceBus java library is missing the `CompleteBatch` method that [exists in the C# SerbviceBus library](https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.messagereceiver.completebatch?view=azure-dotnet). For processes that depend on receiving messages from the service bus, this is a...

enhancement

You can ask a subscription what topic it listens to but there is no way to do the inverse. That seems like a small oversight.

feature
management

## Actual Behavior 1. Two messages are going in DeadLetter instead of one message if not closed IMessageReceiver Please find the below code. Say I have 5 messages (A,B,C,D,E) in...

question

With Servicebus 1.0 Java client, one can only send message with AMQP Data which limits the interop with other AMQP clients. Other AMQP sections should be supported for main scenarios...

feature

Resubmitting a message from the deadletter queue requires ability to (conveniently) clone the incoming message.