Abhishek Kumar

Results 9 comments of Abhishek Kumar

@stevehu - Do we have any plan to fix this issue? I am also having same issue. Please suggest if we have any alternative ? @arandjel - As you faced...

I am also getting same error with `azure-servicebus:3.3.0` . Please find below sample code to replicate this issue. ``` public static void receiveMessage() throws InterruptedException, ServiceBusException { IMessageReceiver receiver =...

@yvgopal Yes correct, MaxDeliveryCount is 1 on Subscription. Suppose - I have 5 messages (A,B,C,D,E) in subsription. When you run above sample code, Java application prints only message `A` ,...

@nemakam - I checked with prefetchCount as 0 as well. I am having same issue. Please find below changed code. @yvgopal - Could you please open this issue ? ```...

@yvgopal How do you know which one is message A and which one is message B? --> I sent 5 messages (A, B, C, D and E) sequentially. Once i...

Hi Vijya, Sure.. Thanks.. Please let me if you are able to reproduce or not. If not then I will raise support request from Azure portal, might be that request...

@yvgopal - Did you get chance to reproduce this issue? Are you able to reproduce this issue?

It will be great if we can have this feature. This feature will be very useful from support prospective.

Git bash worked for me as well, but windows CMD have issue. @flipswitchingmonkey - Thanks for clue..