xk6-amqp icon indicating copy to clipboard operation
xk6-amqp copied to clipboard

Module not found: Error: Can't resolve 'k6/x/amqp'

Open faisal6621 opened this issue 2 years ago • 2 comments

Where do I find the k6/x/amqp and k6/x/amqp/queue modules?

faisal6621 avatar Jan 05 '23 04:01 faisal6621

Hi @faisal6621. More context is needed for this issue.

Are you encountering errors when building the extended k6 binary to include the extension? Be sure to run make, then reference your locally built binary when running a script, e.g. ./k6 run ....

javaducky avatar Jan 09 '23 17:01 javaducky

Hi @javaducky

Just like TypeScript module for k6 (https://www.npmjs.com/package/@types/k6) we must have something for xk6-amqp which could be helpful for autocomplete and suggestion during development.

Building the extended k6 binary is not a problem but during development it is difficult to use the AMQP or Queue definitions.

faisal6621 avatar Jan 10 '23 04:01 faisal6621