sampler « jms « Java Enterprise Q&A





2. JMS Pint-to-Point sampler question    jmeter.512774.n5.nabble.com

Hi guys, Is there anybody to know if this is (see below) possible to do with JMS Point-toPoint sampler or not? Anything I put as a property values is treated as string, and I need it as Integer, because this property is used as a messageSelector for my MDB. Regards. On Tue, Aug 25, 2009 at 5:17 PM, Ivan Ivankovic <[hidden ...

4. JMS Point-to-point Sampler question    jmeter.512774.n5.nabble.com

patches are always welcome. the current point-to-point jms sampler is pretty simple. you're correct that it wouldn't work with separate machines. the tricky part would be correlating the producer/consumer across separate machines. peter lin On 10/13/06, Jonas Lim <[hidden email]> wrote: > > Hi Guys, > > I was looking at the JMS Point-to-point sampler and was wondering if it > ...

5. JMS point to point sampler    jmeter.512774.n5.nabble.com

Hi Saurabh, Did you find any solution to the question which you have posted. I m facing facing the same issue.When i m posting the message using "Request Response" i m unable to see any response.I m not even getting any error in View Results Tree. If you have any solution.Please tell me.Thanks in advance Regards, Sindhu

6. JMS Point-to-Point sampler    jmeter.512774.n5.nabble.com

Hi, I am trying to configure JMS PTP sampler, to connect to the broker (Sun Message Queue). These are the JNDI properties, created and configured through the admin console. brokerURL=tcp://localhost:7676 queue1=MyQueue queue2=ReplyQueue The test was never successful. I tried, copying these into jndi.properties, which is in system classpath. Can somebody help ...

8. JMS Publish Sampler Not publishing msgs    jmeter.512774.n5.nabble.com

Hi I am new to JMeter, and I want to find out if it can be used for testing a middleware app end-to-end, I.e. publish sampler providing input flow and at the other end (so not the same topic, maybe even different Provider) have a subscribe sampler recieving the output flow to test overall throughput of the system. To begin with ...

9. JMS Publisher Sampler: Cannot instantiate class InitialContextFactory    jmeter.512774.n5.nabble.com

I am a bit new to jmeter and am having an issue dropping messages into a JMS Queue. I am using the JMS Publisher sampler and getting a getting an error saying it "Cannot instantiate class a.b.xInitialContextFactory" Any ideas on why I am getting this? I have tried ActiveMQInitialContextFactory and have the ActiveMQ jar in my lib folder. Also I ...





10. JMS Sampler - how to set CCSID    jmeter.512774.n5.nabble.com

11. JMS Sampler with custom messages    jmeter.512774.n5.nabble.com

Hello, Is it possible to have a JMS Sampler use custom messages stored in a CSV file using CSV Data Config? I have a CSV file that has one message per line and I defined a variable MSG to store a message using new line as a delimeter. Then I used ${MSG} under Content for the JMS Sampler, ...

12. Problem with useReqMsgIdAsCorrelId in JMS Point-to-Point Sampler    jmeter.512774.n5.nabble.com

Hi, When using the JMS Point-to-Point sampler with communication style RequestResponse using JMeter 2.3.2 I get the following error in jmeter.log: 2009/03/05 07:40:18 INFO - jmeter.threads.JMeterThread: Thread Thread Group 1-5 started 2009/03/05 07:40:18 INFO - jmeter.protocol.jms.sampler.Receiver: Receiver - ctor. Connection to messaging system established 2009/03/05 07:40:18 ERROR - jmeter.protocol.jms.sampler.FixedQueueExecutor: Correlation id is null. Set the JMSCorrelationID header This problem ...

13. Questions on JMS Point-to-Point Sampler    jmeter.512774.n5.nabble.com

I have a few questions about how JMeter JMS Point-to-Point Sampler works. In my test plan, I have a Receive Queue that receives JMS response messages. 1. In test results, Sample Time is collected. Is the Sample Time calculated from the time when a request is sent, to the time when a correlated response message is fully retrieved from ...

14. Re: Using JMS point to point sampler    jmeter.512774.n5.nabble.com

> Hi, > I am using Jmeter to Load test a JMS Application.I would want to pump a > Message to a Queue.I am using Sun GlassfIsh App Server. > > So had used "JMS Point to Point Sampler" in Jmeter.Had placed the > "javax.jms.jar" file in the lib directory. > > In configuring the sampler, came ...

15. Send JMS ObjectMessage with JMS Point-to-point sampler    jmeter.512774.n5.nabble.com

16. Time-out on JMS Subscriber Sampler?    jmeter.512774.n5.nabble.com

I've got a JMS Subscriber Sampler as a child of a While Controller, and I want to time out the Sampler & Controller if it doesn't get the required data in a certain time period (1 minute). So, I put a Runtime Controller as the parent of the While controller, but the Sampler/Controller didn't time out. ...