Git Product home page Git Product logo

Comments (8)

niemyjski avatar niemyjski commented on July 28, 2024

@barkhashah I don't see this as part of the sample so I'm assuming it's local host. Do we need to add a parameter for this??

https://github.com/exceptionless/Foundatio/blob/master/src/Foundatio.RabbitMQ/Messaging/RabbitMQMessageBus.cs#L45

from foundatio.

barkhashah avatar barkhashah commented on July 28, 2024

Hey Blake
Sorry for the late reply. Thats a good point you brought up. I think this went unnoticed but currently library is assuming localhost as a place where the endpoint ( rabbitmq server ) is. We should have passed that as a parameter in the constructor and use it as an argument to Endpoint in the ConnectionFactory or use the uri.

from foundatio.

barkhashah avatar barkhashah commented on July 28, 2024

Argument needs to be passed in this method:
private IConnection CreateConnection() {
IConnectionFactory factory = new ConnectionFactory();
factory.UserName = _userName;
factory.Password = _password;
return factory.CreateConnection();
}

factory.CreateConnection should take the array of endpoint

from foundatio.

niemyjski avatar niemyjski commented on July 28, 2024

@cuibty / @barkhashah any chance we could get a pr for this :)?

from foundatio.

barkhashah avatar barkhashah commented on July 28, 2024

:)... Its easy but I would have to ask my program manager if i can put some time on it . I started to work on this because we had a need for it and then just when i was done requirement changed and we are no longer working on any project that uses rabbitmq. Can @cuibty spend some time? :)

from foundatio.

barkhashah avatar barkhashah commented on July 28, 2024

@cuibty - Please let me know if you have any bandwidth else I can take this up during the weekend.

from foundatio.

niemyjski avatar niemyjski commented on July 28, 2024

@cuibty @barkhashah Any updates on this? I can add it to my list but would like to involve the community as much as possible :)

from foundatio.

niemyjski avatar niemyjski commented on July 28, 2024

Sorry for taking so long to add this functionality. I've just published a patch for this.

from foundatio.

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.