Coder Social home page Coder Social logo

Comments (9)

Gsantomaggio avatar Gsantomaggio commented on May 22, 2024

Please follow the Best Practices for reporting RabbitMQ issues

Please add a way to reproduce the issue: for example, a gist or github repo.

Thank you

from amqp091-go.

shinyxhh avatar shinyxhh commented on May 22, 2024

ok, next week i will give you details

from amqp091-go.

shinyxhh avatar shinyxhh commented on May 22, 2024

I created a github repo to declare details, please refer to https://github.com/shinyxhh/rabbitMQProblem. Thanks.

from amqp091-go.

lukebakken avatar lukebakken commented on May 22, 2024

Thank you, we will try to find time within the next two weeks to investigate.

from amqp091-go.

lukebakken avatar lukebakken commented on May 22, 2024

@shinyxhh thanks for the details, but without code we can compile and run to observe the issue there is little chance we will be able to help. I'm looking through the log files now.

from amqp091-go.

lukebakken avatar lukebakken commented on May 22, 2024

@shinyxhh the archive you provided does NOT include RabbitMQ logs, probably because you are running RabbitMQ in docker. The logs are collected via docker, so to get them you must run this command:

docker logs CONTAINER > logs.txt

...then attach logs.txt to your response.

from amqp091-go.

shinyxhh avatar shinyxhh commented on May 22, 2024

@lukebakken I have add logs in my repo. I restarted the rabbitMq service and reproduced the error. It happened in a few minutes and three in four channels will be broken in the end which can not be recreated.

from amqp091-go.

lukebakken avatar lukebakken commented on May 22, 2024

You are trying to bind to a queue that doesn't exist:

operation queue.bind caused a channel exception not_found: no queue 'EVENT_4' in vhost '/'^[[0m

We can't assist you unless you provide code that we can run to reproduce this situation.

I will close this issue for now. If you are able to provide code, please do so, add a comment here, and I will re-open this issue.

from amqp091-go.

shinyxhh avatar shinyxhh commented on May 22, 2024

@lukebakken I declare a queue before I bind it, it should work even if this queue didn't exist. What reason may cause this situation.

from amqp091-go.

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.