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

Direct transports don't respect roundrobin and prefetch settings #1

Open
jonnor opened this issue Sep 10, 2015 · 0 comments
Open

Direct transports don't respect roundrobin and prefetch settings #1

jonnor opened this issue Sep 10, 2015 · 0 comments
Labels

Comments

@jonnor
Copy link
Member

jonnor commented Sep 10, 2015

Instead just sends messages as fast as it can. Some projects rely on these to work, either because they can't handle concurrency (prefetch: 1) or just need to limit to not cause thrashing with hundreds of concurrent jobs.
Currently these can't use/test with direct://, and typically have to use AQMP always. Which is inconvenient for tiny installations and/or tests.

Also goes for MQTT.

@jonnor jonnor added the bug label Sep 10, 2015
jonnor added a commit to imgflo/imgflo-server that referenced this issue Sep 10, 2015
Tests currently not working with direct:// ;(
Refs msgflo/msgflo-nodejs#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant