Can I just import my class into JMS folder in JMeter since its basically a JMS Message Listener, must I write a GUI interface for the Class?
On Fri, Jan 14, 2011 at 12:13 AM, Deepak Shetty <shet...@gmail.com> wrote: > hi > Id probably download something like > http://code.google.com/p/jmeter-plugins/ > and look at their source to see how to implement the listener :) > Jmeters code is also open source so you can look at those listeners too for > practical examples > > regards > deepak > > On Wed, Jan 12, 2011 at 10:27 PM, Lance Ingram <lancei.ing...@gmail.com > >wrote: > > > Hi > > > > I have written a custom Message Listener which is used in asynchronous > > calls, but I want to incoporated this class into JMeter as a plugin. > > > > I want to know how to write a plugin in JMeter and what I need to able to > > do > > so. I found pdf in 2008 who wrote a document on how to write a plugin but > > there are no practical examples on how to do so. > > > > Which classes must I interface or inherit from to create a JMS messaging. > > > > I have download the svn version into Eclipse, the question is where from > > here? > > > > Thanks and Regards > > >