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

amqp protocol support #1073

Closed
hassanbakerrts opened this issue Jul 8, 2019 · 2 comments
Closed

amqp protocol support #1073

hassanbakerrts opened this issue Jul 8, 2019 · 2 comments
Labels

Comments

@hassanbakerrts
Copy link

I'm trying to connect to rabbitmq using the framework [rhea](https://github.com/amqp/rhea) so I used browserify to make the framework compatible. However, the resulted js is constantly throwing errors. Is there any work-around for this issue?

@na--
Copy link
Member

na-- commented Jul 8, 2019

Such a library won't work through browserify, since it makes network connections that can't be polyfilled - k6 is neither a browser, nor a node.js clone.

In the future we'll probably add support for such protocols directly in k6, but I can't give even a rough estimation when that will be, sorry. Event loops (#882) are very likely a prerequisite though...

@na-- na-- added the feature label Jul 8, 2019
@na-- na-- changed the title using amqp protocol in k6 amqp protocol support Jul 8, 2019
@olegbespalov
Copy link
Contributor

Currently, adding amqp support to the core is outside our roadmap. There is an extension https://github.com/grafana/xk6-amqp exists, but unfortunately, it is also not under development.

@olegbespalov olegbespalov closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2024
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

3 participants