Skip to content

Creating a queue runtime #25

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

Open
markvandenbergh opened this issue May 26, 2016 · 0 comments
Open

Creating a queue runtime #25

markvandenbergh opened this issue May 26, 2016 · 0 comments

Comments

@markvandenbergh
Copy link

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?

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

1 participant