azure-service-bus-java
                                
                                 azure-service-bus-java copied to clipboard
                                
                                    azure-service-bus-java copied to clipboard
                            
                            
                            
                        ☁️ Java client library for Azure Service Bus
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...
**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**...
**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:...
## 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...
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...
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...
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.
## 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...
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...
Resubmitting a message from the deadletter queue requires ability to (conveniently) clone the incoming message.