You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Bob Yetman <bo...@verizon.net> on 2009/09/21 22:22:50 UTC

JMS Subscriber - non interruptible - reason why?

I've got a test running under JMeter 2.3.4, that uses JMSSubscriber that 
I'm having problems with.  Sometimes the test doesn't complete because 
the required number of messages don't reach the queue.   When I try to 
'stop' the test, I get a pop-up that says JMeter can't stop some of the 
threads, and the following appears in the jmeter.log:

WARN - jmeter.threads.JMeterThread: Sampler is not Interruptible: JMS 
Subscriber
WARN - jmeter.engine.StandardJMeterEngine: Thread won't exit: ....

So, I was thinking about adding Interruptible to the JMSSubscriber 
class, but was wondering if there a reason it isn't there already?

Bob Yetman

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: JMS Subscriber - non interruptible - reason why?

Posted by sebb <se...@gmail.com>.
On 21/09/2009, Bob Yetman <bo...@verizon.net> wrote:
> I've got a test running under JMeter 2.3.4, that uses JMSSubscriber that I'm
> having problems with.  Sometimes the test doesn't complete because the
> required number of messages don't reach the queue.   When I try to 'stop'
> the test, I get a pop-up that says JMeter can't stop some of the threads,
> and the following appears in the jmeter.log:
>
>  WARN - jmeter.threads.JMeterThread: Sampler is not Interruptible: JMS
> Subscriber
>  WARN - jmeter.engine.StandardJMeterEngine: Thread won't
> exit: ....
>
>  So, I was thinking about adding Interruptible to the JMSSubscriber class,
> but was wondering if there a reason it isn't there already?

Interruptible is a new interface; we just haven't got around to adding
it to all samplers yet.

If you want to contribute this, please create a Bugzilla enhancement
issue and attach the patch to it.

>  Bob Yetman
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail:
> jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org