pnopjp / jmeter-plugins

Apache JMeter plugins for Microsoft Azure
Apache License 2.0
17 stars 13 forks source link

Async message #16

Open mohitsonitohsiba opened 1 year ago

mohitsonitohsiba commented 1 year ago

Can you configure it to send messages to Azure service bus asynchronously?

kuniteru commented 1 year ago

This plugin is intended to measure the response time of message registrations to the Azure Service Bus, so unfortunately it is not currently possible to send messages asynchronously.

I checked to see if asynchronous requests could be handled by simply changing the synchronous class to an asynchronous class, but unfortunately it is not that simple.