Neeraj Makam
Neeraj Makam
@galdreiman What's your throughput requirement? How many messages / second? And have you tried scaling up the premium namespace all the way to 4 MU?
Have you enabled prefetching of messages? Keep prefetch as 0 and see if this is still repro'able.
Thanks for this issue. I take this as a documentation improvement issue. > maxConcurrentCalls is basically the number of messages that will be picked or basically the number of threads...
Action items: 1. Simplify documentation words 2. Deprecate `messageWaitDuration`
@backendjavadeveloper >Will my connection terminate and not reconnect again automatically?? Yes. Connection and link gets terminated as we have an idle timeout. The link is closed by service bus after...
We just emit log4j logs. Just disable the logs unless you need them for debugging... Rely on the exceptions thrown by the client and not the logs for general purposes.
Yes. Upgrade to latest client should help. Take a look at #236
@suti211, As you have already mentioned, this hasn't been integrated with Proxy and hasn't been tested. We will add it to our backlog items and plan accordingly. Thanks for opening...
@SeanFeldman , do you expect the variance in machine clocks (for UTC) be considerably more than the variance in the latency of the send scheduled message request? Could you provide...
@SeanFeldman This is in the backlog, but not a planned item. There are higher priority items that need more immediate attention. From the looks of it, it might take a...