-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels