<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using LoadRunner Java Vusers with WebLogic JMS Queues/Topics</title>
	<atom:link href="http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/feed/" rel="self" type="application/rss+xml" />
	<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/</link>
	<description>Performance and Test Automation Experts</description>
	<lastBuildDate>Fri, 18 Jun 2010 01:10:48 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/comment-page-1/#comment-145</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 29 Jun 2009 07:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/#comment-145</guid>
		<description>Any suggestions on how to measure the response time for an asynchronous queue? To clarify, the system under test:
- receives a message on one queue (upstream side)
- publishes a message on another queue (downstream side)
- an operation may be performed on a file detailed in the XML of the original message

All I&#039;m measuring at the moment is how long the first queue takes to process the message sent to it and to respond with a green light.</description>
		<content:encoded><![CDATA[<p>Any suggestions on how to measure the response time for an asynchronous queue? To clarify, the system under test:<br />
- receives a message on one queue (upstream side)<br />
- publishes a message on another queue (downstream side)<br />
- an operation may be performed on a file detailed in the XML of the original message</p>
<p>All I&#8217;m measuring at the moment is how long the first queue takes to process the message sent to it and to respond with a green light.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hanumanthu</title>
		<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/comment-page-1/#comment-144</link>
		<dc:creator>hanumanthu</dc:creator>
		<pubDate>Tue, 31 Mar 2009 19:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/#comment-144</guid>
		<description>Hi,
I am facing the problem in Java Vuser.
I need to publish the xml to the QUEUE.when I used the above script and modified accordingly
 this is the error I am getting

Error: System.err: java.lang.NullPointerException                  Error
System.err: at Actions.action(Actions.java:112)                               Error
Error: java.lang.NullPointerException
Error: at Actions.action(Actions.java:112)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am facing the problem in Java Vuser.<br />
I need to publish the xml to the QUEUE.when I used the above script and modified accordingly<br />
 this is the error I am getting</p>
<p>Error: System.err: java.lang.NullPointerException                  Error<br />
System.err: at Actions.action(Actions.java:112)                               Error<br />
Error: java.lang.NullPointerException<br />
Error: at Actions.action(Actions.java:112)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/comment-page-1/#comment-143</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 07 Nov 2008 18:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/#comment-143</guid>
		<description>I wrote it from scratch in a simple java class then transferred the logic to LR. If u were doing soap over jms u would still need to do it in java AFAIK. Webservices typically http...</description>
		<content:encoded><![CDATA[<p>I wrote it from scratch in a simple java class then transferred the logic to LR. If u were doing soap over jms u would still need to do it in java AFAIK. Webservices typically http&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selva</title>
		<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/comment-page-1/#comment-142</link>
		<dc:creator>selva</dc:creator>
		<pubDate>Fri, 07 Nov 2008 09:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/#comment-142</guid>
		<description>Tim,
 An informative post ! I was searching for some information on load testing weblogic messages. This entry is a good starting point.
 Did you record these things from the weblogic console or you wrote it from the scratch by understanding the individual calls &amp; by filtering the messages out of them ?
 My requirement is that, I need to use Rational Robot &amp; Test Manager to test our weblogic system (Messages). I &#039;ve good experience in LR (not with webservices protocol though).
 You have used Java Vuser. What about webservices protocol ? Can we use them for testing these messages ? which one would be apt ? Do you have any idea on Rational tools &amp; their support for this kind of testing ?</description>
		<content:encoded><![CDATA[<p>Tim,<br />
 An informative post ! I was searching for some information on load testing weblogic messages. This entry is a good starting point.<br />
 Did you record these things from the weblogic console or you wrote it from the scratch by understanding the individual calls &amp; by filtering the messages out of them ?<br />
 My requirement is that, I need to use Rational Robot &amp; Test Manager to test our weblogic system (Messages). I &#8216;ve good experience in LR (not with webservices protocol though).<br />
 You have used Java Vuser. What about webservices protocol ? Can we use them for testing these messages ? which one would be apt ? Do you have any idea on Rational tools &amp; their support for this kind of testing ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/comment-page-1/#comment-141</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 22 Sep 2008 06:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/#comment-141</guid>
		<description>No problems. For JMS queue information I would recommend using JMX. Weblogic has its own implementation. For tips on how to do this, just search this blog for JMX.

Cheers
Tim</description>
		<content:encoded><![CDATA[<p>No problems. For JMS queue information I would recommend using JMX. Weblogic has its own implementation. For tips on how to do this, just search this blog for JMX.</p>
<p>Cheers<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Senthil</title>
		<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/comment-page-1/#comment-140</link>
		<dc:creator>Senthil</dc:creator>
		<pubDate>Mon, 22 Sep 2008 01:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/#comment-140</guid>
		<description>Awesome ! it worked really well . Thanks TKS !

I am also looking for some monitors which will allow me to monitor the JMS queues that is sent and received from WL using LR .I am thinking about sitescope but not sure if it supports JMS.</description>
		<content:encoded><![CDATA[<p>Awesome ! it worked really well . Thanks TKS !</p>
<p>I am also looking for some monitors which will allow me to monitor the JMS queues that is sent and received from WL using LR .I am thinking about sitescope but not sure if it supports JMS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avinash</title>
		<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/comment-page-1/#comment-139</link>
		<dc:creator>avinash</dc:creator>
		<pubDate>Fri, 15 Aug 2008 21:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/#comment-139</guid>
		<description>i have tried the topics example given above sun&#039;s mq server. everything compiles and runs from loadrunner side telling that the messsages are sent to the server but the JMS server does not report of any messages reaching it. i have tried another example with the same configuration using jmeter and that works fine.</description>
		<content:encoded><![CDATA[<p>i have tried the topics example given above sun&#8217;s mq server. everything compiles and runs from loadrunner side telling that the messsages are sent to the server but the JMS server does not report of any messages reaching it. i have tried another example with the same configuration using jmeter and that works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shanthi</title>
		<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/comment-page-1/#comment-138</link>
		<dc:creator>shanthi</dc:creator>
		<pubDate>Fri, 20 Jun 2008 13:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/#comment-138</guid>
		<description>Error: System.err: javax.naming.NameNotFoundException: Unable to resolve &#039;BTQueueConnectionFactory&#039; Resolved  [Root exception is javax.naming.NameNotFoundException: Unable to resolve &#039;BTQueueConnectionFactory&#039; Resolved ]; remaining name &#039;BTQueueConnectionFactory&#039;                                                                                                                                                      Error
System.err: at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)                                                                                                                                                      Error
System.err: at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)                                                                                                                                                      Error
System.err: at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248)                                                                                                                                                      Error
System.err: at weblogic.jndi.internal.ServerNamingNode_815_WLStub.lookup(Unknown Source)                                                                                                                                                      Error
System.err: at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:375)                                                                                                                                                      Error
System.err: at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:363)                                                                                                                                                      Error
System.err: at javax.naming.InitialContext.lookup(InitialContext.java:351)                                                                                                                                                      Error
System.err: at Actions.init(Actions.java:52)                                                                                                                                                      Error
Error: System.err: Caused by: javax.naming.NameNotFoundException: Unable to resolve &#039;BTQueueConnectionFactory&#039; Resolved                                                                                                                                                       Error
Error: System.err: at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:924)                                                                                                                                                      Error
System.err: at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:230)                                                                                                                                                      Error
System.err: at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:154)                                                                                                                                                      Error
System.err: at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:188)                                                                                                                                                      Error
System.err: at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)                                                                                                                                                      Error
System.err: at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:492)                                                                                                                                                      Error
System.err: at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)                                                                                                                                                      Error
System.err: at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:435)                                                                                                                                                      Error
System.err: at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)                                                                                                                                                      Error
System.err: at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)                                                                                                                                                      Error
System.err: at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:430)                                                                                                                                                      Error
System.err: at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:35)                                                                                                                                                      Error
System.err: at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)                                                                                                                                                      Error
System.err: at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)                                                                                                                                                      Error
Error: javax.naming.NameNotFoundException: Unable to resolve &#039;BTQueueConnectionFactory&#039; Resolved  [Root exception is javax.naming.NameNotFoundException: Unable to resolve &#039;BTQueueConnectionFactory&#039; Resolved ]; remaining name &#039;BTQueueConnectionFactory&#039;
Error: at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248)
at weblogic.jndi.internal.ServerNamingNode_815_WLStub.lookup(Unknown Source)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:375)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:363)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at Actions.init(Actions.java:52)
Caused by: javax.naming.NameNotFoundException: Unable to resolve &#039;BTQueueConnectionFactory&#039; Resolved
at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:924)
at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:230)
at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:154)
at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:188)
at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:492)
at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:435)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:430)
Vuser Terminated.</description>
		<content:encoded><![CDATA[<p>Error: System.err: javax.naming.NameNotFoundException: Unable to resolve &#8216;BTQueueConnectionFactory&#8217; Resolved  [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'BTQueueConnectionFactory' Resolved ]; remaining name &#8216;BTQueueConnectionFactory&#8217;                                                                                                                                                      Error<br />
System.err: at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)                                                                                                                                                      Error<br />
System.err: at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)                                                                                                                                                      Error<br />
System.err: at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248)                                                                                                                                                      Error<br />
System.err: at weblogic.jndi.internal.ServerNamingNode_815_WLStub.lookup(Unknown Source)                                                                                                                                                      Error<br />
System.err: at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:375)                                                                                                                                                      Error<br />
System.err: at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:363)                                                                                                                                                      Error<br />
System.err: at javax.naming.InitialContext.lookup(InitialContext.java:351)                                                                                                                                                      Error<br />
System.err: at Actions.init(Actions.java:52)                                                                                                                                                      Error<br />
Error: System.err: Caused by: javax.naming.NameNotFoundException: Unable to resolve &#8216;BTQueueConnectionFactory&#8217; Resolved                                                                                                                                                       Error<br />
Error: System.err: at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:924)                                                                                                                                                      Error<br />
System.err: at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:230)                                                                                                                                                      Error<br />
System.err: at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:154)                                                                                                                                                      Error<br />
System.err: at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:188)                                                                                                                                                      Error<br />
System.err: at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)                                                                                                                                                      Error<br />
System.err: at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:492)                                                                                                                                                      Error<br />
System.err: at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)                                                                                                                                                      Error<br />
System.err: at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:435)                                                                                                                                                      Error<br />
System.err: at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)                                                                                                                                                      Error<br />
System.err: at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)                                                                                                                                                      Error<br />
System.err: at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:430)                                                                                                                                                      Error<br />
System.err: at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:35)                                                                                                                                                      Error<br />
System.err: at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)                                                                                                                                                      Error<br />
System.err: at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)                                                                                                                                                      Error<br />
Error: javax.naming.NameNotFoundException: Unable to resolve &#8216;BTQueueConnectionFactory&#8217; Resolved  [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'BTQueueConnectionFactory' Resolved ]; remaining name &#8216;BTQueueConnectionFactory&#8217;<br />
Error: at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)<br />
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)<br />
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248)<br />
at weblogic.jndi.internal.ServerNamingNode_815_WLStub.lookup(Unknown Source)<br />
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:375)<br />
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:363)<br />
at javax.naming.InitialContext.lookup(InitialContext.java:351)<br />
at Actions.init(Actions.java:52)<br />
Caused by: javax.naming.NameNotFoundException: Unable to resolve &#8216;BTQueueConnectionFactory&#8217; Resolved<br />
at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:924)<br />
at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:230)<br />
at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:154)<br />
at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:188)<br />
at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)<br />
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:492)<br />
at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)<br />
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:435)<br />
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)<br />
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)<br />
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:430)<br />
Vuser Terminated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/comment-page-1/#comment-137</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 30 May 2008 06:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/#comment-137</guid>
		<description>weblogic.jar is available from your Weblogic installation. I can&#039;t post it here for both commercial and size reasons.

Regards,
Tim</description>
		<content:encoded><![CDATA[<p>weblogic.jar is available from your Weblogic installation. I can&#8217;t post it here for both commercial and size reasons.</p>
<p>Regards,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SER</title>
		<link>http://altentee.com/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/comment-page-1/#comment-136</link>
		<dc:creator>SER</dc:creator>
		<pubDate>Thu, 15 May 2008 16:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/using-loadrunner-java-vusers-to-generate-load-on-weblogic-jms-queuestopics/#comment-136</guid>
		<description>Hi!
I couldn&#039;t find the weblogic.jar. Could you please post a link to it?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I couldn&#8217;t find the weblogic.jar. Could you please post a link to it?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
