All Questions
Tagged with azure-java-sdk azureservicebus
9 questions
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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.
...
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 ...