Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
862 views

ServiceBusSessionReceiverAsyncClient throwing IllegalStateException During Close

When using the ServicebusSessionReceiverAsyncClient to receive a single message from a Service Bus Queue, an IllegalStateException is thrown. The message mentions trying to add credits to an already ...
LPal's user avatar
  • 89
1 vote
1 answer
661 views

Check Connection with Azure service bus using Java SDK

I am using Azure service bus with Java SDK. Currently not find any way where I can verify that connection is established or not. Is there any method or way where I can check connection is established ...
yogesh prajapati's user avatar
0 votes
1 answer
1k views

How to send a binary message from Azure Function to Azure Service Bus

I used the following code to send some sample binary messages to a service bus from an Azure function, but on the service bus I always receive a message with the content "System.Byte[]" and ...
user1610362's user avatar
0 votes
1 answer
66 views

Auzre Java SDK equivalent for NamespaceManager.RevokePublisher (Servicebus / EventHub publisher revocation list management)

We are searching for a way to programmatically manage the EventHub publisher revocation list with the Azure Java SDK. The .NET SDK has the NamespaceManager.RevokePublisher method in the ServiceBus ...
der.Schtefan's user avatar
4 votes
1 answer
4k views

Connection to Azure Service Bus using Java Spring Application - Timeout

I have written a client which tries to connect to Azure service bus. As soon as the server starts up i get the below errors and i receive no messages present at the queue. I tried replacing the sb ...
Meghna Tolani's user avatar
1 vote
1 answer
2k views

Connecting to Azure service bus through proxy - Java

I am trying to implement the Azure service bus with help of java to receive messages from the queue but I am unable to connect to the service bus because of a proxy, I am getting a connection time ...
Dhwaj Verma's user avatar
1 vote
2 answers
4k views

Receive pending message in Azure Service Bus queue with Java program?

I am working on receiving pending messages in Azure Service Bus queue. I have created a queue (SampleQueue) in Azure ServiceBus and I am able to send the message successfully in that queue via POSTMAN ...
Rudra Singh's user avatar
0 votes
1 answer
130 views

Azure Service Bus Message Auto forwarding with Java

Am looking to implement auto forwarding between two topics in the same namespace as mentioned here in Java. I did not find an equivalent of ForwardTo property which is in C# for Java. ...
AdityaHandadi's user avatar
1 vote
1 answer
245 views

Azure Service Bus SAS acces through AZURE JAVA SDK

We are creating a project that uses SAS authorization for Azure Service Bus, we can properly use that authentication method through .NET api, the problem comes when trying to access through the Azure ...
PizergSensing's user avatar