Code Monkey home page Code Monkey logo

amqp-client-node's People

Contributors

douglasrafael avatar lucas-barbosa-oliveira avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

amqp-client-node's Issues

Awaiting connection when request for a port that does not exist.

When trying to establish a connection to RabbitMQ using amqp and connection parameters:

 {
           hostname: 'hostname_ip',
           protocol: 'mqtt',
           port: 1883,
           username: 'user',
           password: 'user_pass'
 }

By default if port 1883 belongs to mqtt communications, but you want to connect amqp. *This will result in an error * - the promise will be rejected immediately.
But if used:

 {
           hostname: 'hostname_ip',
           protocol: 'amqp',
           port: 1883,
           username: 'user',
           password: 'user_pass'
 }

The promise cannot be resolved, and the connection request will wait until an application-defined limit (possible infinite loop).

Inconsistencies in setting RPC Options in Server

When ServerOptions is entered on the RPC server, with the property type if it is "topic" returns an error when trying to request a resource.

{ Error: Operation failed: ExchangeDeclare; 406 (PRECONDITION-FAILED) with message "PRECONDITION_FAILED - inequivalent arg 'type' for exchange 		'exchange.server' in vhost '/': received 'direct' but current is 'topic'"}

Even passing the type: "topic" property on the RPC client the error persists.

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.