You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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...
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.
I'm trying to connect to rabbitmq using the framework
[rhea](https://github.com/amqp/rhea)
so I usedbrowserify
to make the framework compatible. However, the resulted js is constantly throwing errors. Is there any work-around for this issue?The text was updated successfully, but these errors were encountered: