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

## Actual Behavior 1. OutOfMemoryError Memory leak is caused by some of internal error handlers because java.lang.StackTraceElement and related data structures are using most of the heap. Do you need...

## Actual Behavior 1. On receipt of SIGTERM, MessageAndSessionPump closes the connection to service bus even though close/closeAsync is not called on queueClient. 2. I have a spring boot application...

## Actual Behavior 1. We are using ServiceBusReceiverAsyncClient to receive messages from an Azure service bus. The problem is that after a while, it suddenly stops receiving messages from the...

## Actual Behavior CoreMessageReceiver.returnMesagesLoopDaemon is scheduled to be executed every millisecond even if there are neither prefetched messages nor pending receivers, causing unnecessary higher CPU usage. ## Expected Behavior Solution...

## Actual Behavior 1. I have two applications (A and B) running independently 2. Both use different topics: A-to-B and B-to-A 3. Both have it's own TopicClient, SubcriptionClient and IMessageHandler....

I am trying to subscribe to azure service bus from android application using Topic based subscription and SASAuthorizationToken. However I am getting the following exception: ` W/System.err: com.microsoft.azure.servicebus.primitives.ServiceBusException: Error{condition=proton:io, description='null',...

question

## Actual Behavior 1. JMS Header properties in the sent message are not reflected in Message System properties in Azure bus, for the same message received. 2. e.g 'JMSMessageID=ID:0a86c4ee-ddff-47e0-b187-75fb975b7b70' in...

## Actual Behavior **Summary of problem** Some UpdateState requests fail with TimeoutException and we then don't receive any messages from the queue for 16 minutes when the connection times out...

Investigate

We are using **azure-servicebus-1.2.11** for sending batch messages. We have requirement to forward message from one subscription/queue to another queue/topic. We can see this feature available in ServiceBus explorer as...

## Description Found a typo in MessgeRenewLockLoop and updated it and all references to it to be the proper spelling This checklist is used to make sure that common guidelines...