Skip to content

Creating a queue runtime #25

@markvandenbergh

Description

@markvandenbergh

Not really an issue, more trying to find out if this is possible. As described in http://stackoverflow.com/questions/37434000/create-queue-runtime-in-grails-with-rabbitmq-plugin

I have a system where external systems can subscribe to events generated by my system. The system is written in Grails 2, using the RabbitMQ plugin for internal messaging. The events to external systems are communicated via HTTP.

I would like to create a queue for each subscriber to prevent that a slow subscriber endpoint slows down messages to an other subscriber. Subscriptions can occur runtime, that's why defining the queues in the application config is not desirable.

How can I create a queue with a topic binding runtime with the Grails RabbitMQ plugin?

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