-
Notifications
You must be signed in to change notification settings - Fork 13
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
running azure bus sampler amqp over websocket not working in NON GUI mode. #24
Comments
Its does not set proxy |
When set proxy in jmeter , in NON GUI mode its not picking that proxy settings |
Hello tarung121, In my environment I can send messages to Azure Service Bus. Please elaborate on your environment and situation. JMeter version: JMeter GUI or CLI mode: (I am aware of problems with CLI, GUI is OK) Note that if you select "AMQP" for Protocol, you cannot use Proxy; if you want to use proxy, you must select "AMQP over Web Sockets". |
JMeter version: 5.6.3 JMeter GUI or CLI mode: (I am aware of problems with CLI, GUI is OK) running using command line jmeter -n -t Problem is plugin dont able to use proxy defined in jmeter or you pass in command line also using -H -P |
Even if AMQP over Web Sockets was selected, when running in Cli mode, it would run as AMQP protocol, and Proxy was not being used accordingly. |
Operator called default onErrorDropped
reactor.core.Exceptions$ErrorCallbackNotImplemented: com.azure.core.amqp.exception.AmqpException: Connection refused: no further information, errorContext[NAMESPACE: ERROR CONTEXT: N/A]
Caused by: com.azure.core.amqp.exception.AmqpException: Connection refused: no further information, errorContext[NAMESPACE: ERROR CONTEXT: N/A]
at com.azure.core.amqp.implementation.ExceptionUtil.toException(ExceptionUtil.java:85) ~[jmeter-plugins-azure-servicebus-0.3.1.jar:?]
at com.azure.core.amqp.implementation.handler.ConnectionHandler.notifyErrorContext(ConnectionHandler.java:325)
NOTE- its working in GUI mode
The text was updated successfully, but these errors were encountered: