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
{{ message }}
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
I'm trying to set up a test where I want to be publishing messages more like our real-life scenarios where say 100 connections are each publishing messages, but Amqp.start() seem to overwrite the connection globally meaning that I'll only be using the connection created by the last call to start?
I'd like to suggest that Amqp.start() returns a connection ID which can then be passed to the various functions to use that connection. For compat I'd suggest that the current behaviour is kept if no connection ID is included in the call
The text was updated successfully, but these errors were encountered:
swantzter
added a commit
to swantzter/xk6-amqp
that referenced
this issue
May 16, 2023
I'm trying to set up a test where I want to be publishing messages more like our real-life scenarios where say 100 connections are each publishing messages, but
Amqp.start()
seem to overwrite the connection globally meaning that I'll only be using the connection created by the last call to start?I'd like to suggest that
Amqp.start()
returns a connection ID which can then be passed to the various functions to use that connection. For compat I'd suggest that the current behaviour is kept if no connection ID is included in the callThe text was updated successfully, but these errors were encountered: