Giter Site home page Giter Site logo

feat: AMQP bridge not connecting about purista HOT 6 CLOSED

vyPal avatar vyPal commented on May 29, 2024
feat: AMQP bridge not connecting

from purista.

Comments (6)

vyPal avatar vyPal commented on May 29, 2024 3

Yes, everything works now, thanks for fixing it, and I must say that at least so far, I do like purista, especially the openapi integration. I will now close this issue. Once again, thanks for the help.

from purista.

sebastianwessel avatar sebastianwessel commented on May 29, 2024

Hi @vyPal ,

how does the URL look? Something similar to amqp://localhost?
In the screenshot, it looks kind of wrong with [email protected]/...

In the docs, it is outdated because the config has become more flat.
It must be:

const config:AmqpBridgeConfig = { 
    url: 'amqp://my-amqp-host.example.com'
  }

const eventBridge = new AmqpBridge( config )

instead of

const eventBridge = new AmqpBridge( { config  })

from purista.

vyPal avatar vyPal commented on May 29, 2024

The URL starts with amqps://, then there is some login info and then the @dog.lmq.coudamqp.com/ part. I have tried the updated config that you have sent, same error, and I have tried using the URL with just amqp:// instead of amqps://, also no difference

from purista.

sebastianwessel avatar sebastianwessel commented on May 29, 2024

can you try without trailing slash? @dog.lmq.coudamqp.com and not @dog.lmq.coudamqp.com/?

from purista.

vyPal avatar vyPal commented on May 29, 2024

Sorry, I didn't explain it the best. The URL looks like this
image
There is no trailing slash after the last part

from purista.

sebastianwessel avatar sebastianwessel commented on May 29, 2024

I released version 1.7.2 a few secs before.

There was an issue in the implementation, where the defaults are overwriting the user config in AMQP bridge.
This should be fixed, and the documentation also got some fixes regarding the config.

Might be, you can try out the new version and let me know if it works.

Thanks for trying out PURISTA btw

from purista.

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.