Just one more observation, specially regarding the new configurable delivery mode option for JMeter. In fact the Default Delivery mode used by JMeter is the one thats configured by the providers Connection Factory
if we don't set where using the one defined for the Connection Factory; and that could not necessarily be PERSISTENT. A possible suggestion for JMS sampler for Delivery Mode, we have in fact three options * Use de default mode as configured in providers Connection Factory (JMeter in this case should not specify the delivery mode). JMeter does this today. * Use PERSISTENCE. JMeter should explicitly set the delivery mode option to javax.jms.DeliveryMode.PERSISTENT. * Use NON_PERSISTENCE. JMeter should explicitly set the delivery mode option to javax.jms.DeliveryMode.NON_PERSISTENT (this is achieved with the latest patch) regards, -- Bruno Antunes Software Engineer On Mon, Feb 27, 2012 at 12:22 PM, Bruno Antunes <[email protected]>wrote: > Hi again. That was in fact the BIG difference. By default Harness is using > Non Persistence Delivery Mode (controlled there by the option -pp). > > JMeter JMS sampler is using the default delivery mode for JMS with is > Persistence (javax.jms.DeliveryMode.PERSISTENT). > > Tested the new configuration option you have added to JMS sampler; and > seems working. I have seen the changes done to JMeter ( > https://issues.apache.org/bugzilla/show_bug.cgi?id=52775). I opted for > now to patch JMeter 2.6 only with this changes. Dont see any impact on this > change breaking the stable 2.6 release. > > Comparing both results also with the same delivery modes, results > are similar > > Thanks for the very useful help > -- > Bruno Antunes > Software Engineer > > > > On Mon, Feb 27, 2012 at 6:35 AM, Philippe Mouawad < > [email protected]> wrote: > >> See this page for installation instructions and usage limits as pointed by >> Sebb : >> >> >> http://jmeter.apache.org/nightly.html >> >> Regards >> Philippe >> >> >> On Monday, February 27, 2012, sebb wrote: >> >> > On 26 February 2012 22:24, Philippe Mouawad <[email protected] >> <javascript:;>> >> > wrote: >> > > Hello, >> > > I added option, you will find it in next upcoming nightly (r1293947 or >> > > superior) build at: >> > > >> > > - >> > > >> > >> https://builds.apache.org/job/JMeter-trunk/lastSuccessfulBuild/artifact/trunk/dist/ >> > >> > Note that nightly builds are provided AS IS. >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected]<javascript:;> >> > For additional commands, e-mail: [email protected] >> <javascript:;> >> > >> > >> >> -- >> Cordialement. >> Philippe Mouawad. >> > >
