Git Product home page Git Product logo

Comments (5)

syrandel avatar syrandel commented on August 29, 2024

Hi,
In order to create an exchange or a queue, you need to administrate a AMPQ server.
If you are developping software for a publishing endpoint, for example, a machine wishing to communicate its status, you publish to a AMQP channel, using an exchange which was supplied to you, the AegisCloud one for example.
If you are programming to exploit the endpoints data, for example to receive a machine status, you need to subscribe to an existing AMQP server channel queue. The Aegis server queues are protected and are for Aegis own use.
If you wish to have control over the whole process, you have to create your own AMQP broker. With RabbitMq, it is not very difficult.
I hope I understood correctly your question.

from cfx.

simon-smith avatar simon-smith commented on August 29, 2024

You might find this document useful.
https://cfx.ipc.org/files/IPC-CFX-AMQP-Guide-v1_0.pdf

from cfx.

Abhishek150995 avatar Abhishek150995 commented on August 29, 2024

Hi,
In order to create an exchange or a queue, you need to administrate a AMPQ server.
If you are developping software for a publishing endpoint, for example, a machine wishing to communicate its status, you publish to a AMQP channel, using an exchange which was supplied to you, the AegisCloud one for example.
If you are programming to exploit the endpoints data, for example to receive a machine status, you need to subscribe to an existing AMQP server channel queue. The Aegis server queues are protected and are for Aegis own use.
If you wish to have control over the whole process, you have to create your own AMQP broker. With RabbitMq, it is not very difficult.
I hope I understood correctly your question.

Thanks for your valuable reply. But I am concerned to create an exchange/queue on my local RabbitMQ server programmatically.
Does the CFX-SDK library has the functionality to create Exchange/Queue and bind them without the use of the Web Console of RabbitMQ.

from cfx.

Abhishek150995 avatar Abhishek150995 commented on August 29, 2024

You might find this document useful.
https://cfx.ipc.org/files/IPC-CFX-AMQP-Guide-v1_0.pdf

Thanks for your valuable reply. I read the document provided by you.
But I am concerned to create an exchange/queue on my local RabbitMQ server programmatically.
Does the CFX-SDK library has the functionality to create Exchange/Queue and bind them without the use of the Web Console of RabbitMQ.

from cfx.

DShiles avatar DShiles commented on August 29, 2024

Curious if you discovered a way to bind Exchange/Queue programmatically with the CFX SDK?

I also read the IPC-CFX-AMQP-Guide-v1_0, but even though the documentation on the last page says "To ensure correct routing it is good practice to bind the queue to an exchange. It is possible to do this with the CFX SDK code", I didn't see any methods in the SDK that would allow this.

from cfx.

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.