Coder Social home page Coder Social logo

matlab-rabbitmq's People

Contributors

asollander avatar dependabot[bot] avatar hosagrahara avatar maben-mw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

matlab-rabbitmq's Issues

Unable to create the ConnectorProperties object

Hi,
I've ran the startup.m script and tried to create the ConnectorProperties object in multiple ways, all seem to produce the same error.

Error using rabbitmq.Credentials
Unable to resolve the name 'com.mathworks.messaging.utilities.Credentials'.

Error in rabbitmq.ConnectorProperties (line 58)
                options.credentials = rabbitmq.Credentials

This is true for any argument in the ConnectorProperties which calls an external class (so the same for: ExchangeProperties and QueueProperties).

Am I doing something wrong?

wrong url in readme

git clone --recursive https://github.com/mathworks-ref-arch/mathworks-rabbitmq.git

should be

git clone --recursive https://github.com/mathworks-ref-arch/matlab-rabbitmq.git

onMessageReceived sometimes unable to update class property

I connect the consumer's "MessageReceived" event to a class method

           addlistener(obj.consumer,'MessageReceived',@obj.on_rabbitmq_message_received)

Then I use the class method to update a class property whenever a message is received.

        function on_rabbitmq_message_received(obj, ~, message)
            json = jsondecode(message.message);
            if isfield(json, 'positions')                
                obj.positionsTable = struct2table(json.positions);
                % disp(obj.positionsTable);
            end
        end

I have a loop which calls disp(obj.positionsTable). If I receive a message while trying to display the table, the table isn't updated. I have to send message twice to get it updated.

Am I misunderstanding how the listener works? Or is there a way to lock the table in order to replace its value?

Installation failed

Hello, I encountered an error while installing the warehouse. I think there may be some problems with your directory

[ERROR] Unknown lifecycle phase "". You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]

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.