GithubHelp home page GithubHelp logo

Comments (4)

yvgopal avatar yvgopal commented on June 3, 2024

In the output you attached, I don't see TimeoutException being notified on the SessionHandler. What the output trace has is logger writing exceptions to the console. Even in the new library, a timeout exception is generated if there are no sessions to accept. But SessionHandler is not notified of the timeout exception. That is the fix I made. Do you SessionHandler being notified of the timeout exception?

from azure-service-bus-java.

eperov avatar eperov commented on June 3, 2024

I am not sure what you are asking for
I just see the same Timeout exception as before:
com.microsoft.azure.servicebus.primitives.TimeoutException
I have attached the code, please take a look.

OK, how to suppress this Timeout exception if a queue/topic is empty?
We do not want to have such exceptions in the log.

from azure-service-bus-java.

yvgopal avatar yvgopal commented on June 3, 2024

Sorry.. I meant to ask 'Do you see the SessionHandler being notified of the timeout exception?'. TimeoutException is traced as a warning from the path in the code that traces every exception generated. It is not thrown to the client or notified to the client in anyway. What you are seeing is Logger writing it to the console as WARNING. We will add more enhanced logging. Until then if you don't want to see the trace, just turn off Warning level logging using these two lines.
Logger sbLogger = Logger.getLogger("servicebus.trace");
sbLogger.setLevel(Level.OFF);
These two lines turn off logging altogether.

from azure-service-bus-java.

eperov avatar eperov commented on June 3, 2024

Thank you!
This is what we need:
Level.SEVERE
Please close the issue.

from azure-service-bus-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.