Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQ (AMQP) #8

Open
influx6 opened this issue Nov 26, 2018 · 3 comments
Open

RabbitMQ (AMQP) #8

influx6 opened this issue Nov 26, 2018 · 3 comments

Comments

@influx6
Copy link
Owner

influx6 commented Nov 26, 2018

RabbitMQ PubSub Comm Bridge

In accordance with the implementation plan, we require the implementation of actorkit messaging communication using RabbitMQ pubsub infrastructure as the other queue and delivery mechanism system.

The idea is the use of the infrastructure not as in it's general pubsub nature but as a bridge which allows disparate actor system to easily and efficiently communicate with each other using a created custom Actor router which sits as the central communication link between the actor system and the infrastructure.

This is also a hard requirements for the development of the Grain Master Actors (See #1)

Design

The RabbitMQ PubSub Hashed Router

We will require the use of a hash router which will receive subscription messages from other actors about a giving event subject they have interests in, this will be hashed and use as the means of delivery to all interested actors.

This notion applies even when a actor system is only interested in all messages using the * subject.

The notion is to remove the need for individual actors with individual or shared infrastructure connection objects which will be communicated with.

@sleipnir
Copy link

sleipnir commented May 3, 2024

Very good. At Spawn we use a similar design based on Nats to allow clusters of actors to still communicate with each other in an architecture similar to the Cell Architecture

@influx6
Copy link
Owner Author

influx6 commented May 5, 2024 via email

@sleipnir
Copy link

sleipnir commented May 5, 2024

If you want to talk more about this kind of thing you can find me on the eigr server on discord https://discord.gg/X4Yk3ksg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants