On 5/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> sebb wrote:
> 
> >If you set it very high, it might overflow and become negative?
> >
> >Try enabling debug for
> >
> >jmeter.protocol.jms.sampler.JMSSampler
> >
> >and this should show the value actually used.
> >
> >S.
> >On 5/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >
> >>sebb wrote:
> >>
> >>
> >>
> >>>On 5/18/05, Martijn Blankestijn <[EMAIL PROTECTED]> wrote:
> >>>
> >>>
> >>>
> >>>
> >>>>Hi,
> >>>>
> >>>>I investigated the bug report and the logfile.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>Thanks!
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>>The timeout is set to 2000 (milliseconds). This is the (undocumented ;-(
> >>>>) default when there is no timeout.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>Might be more intuitive if no timeout meant just that - i.e. wait forever.
> >>>
> >>>S.
> >>>
> >>>---------------------------------------------------------------------
> >>>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>>For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>>
> >>>
> >>>
> >>>
> >>How do I set the timeout value because I tried to put the JMS property
> >>timeout to a very high value and it did not solve anything. Am I doing
> >>it wrong or might there be another issue?
> >>
> >>Greetings
> >>Filip
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> so if i understand it correctly I have to change it in the source code
> of Jmeter to put the default timeout to another value?

I checked the code last night, and the default value is hard-coded in
the source.
The default only applies if the user enters a value of <1, i.e. <=0.

As far as I could see, if any other value is entered on the screen,
the default will not apply, and the value will be taken from the GUI
field.

Changing the default would involve changing the source - however that
should not be needed.

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to