Skip to content

Concurrent Processing of Messages from a RabbitMq Queue #146

@Akinnagbe

Description

@Akinnagbe

I have a .net core background service that processes messages from a RabbitMq Queue, the messages can grow to thousands depending on the peak period, hence I have to manually instantiate each background service to process the messages one after the other.

My question is how can I use Actor Model to process the messages concurrently as each message arrives in the queue.

Please help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions