org.apache.activemq.tool
Class JndiProducerTool

java.lang.Object
  extended by org.apache.activemq.tool.ToolSupport
      extended by org.apache.activemq.tool.ProducerTool
          extended by org.apache.activemq.tool.JndiProducerTool

public class JndiProducerTool
extends ProducerTool

Version:
$Revision$

Field Summary
 
Fields inherited from class org.apache.activemq.tool.ProducerTool
messageCount, messageSize, sleepTime, verbose
 
Fields inherited from class org.apache.activemq.tool.ToolSupport
ackMode, clientID, consumerName, destination, durable, pwd, subject, topic, transacted, url, user
 
Constructor Summary
JndiProducerTool()
           
 
Method Summary
protected  javax.jms.Connection createConnection()
           
static void main(String[] args)
           
 
Methods inherited from class org.apache.activemq.tool.ProducerTool
createProducer, run, runTool, sendLoop
 
Methods inherited from class org.apache.activemq.tool.ToolSupport
close, createSession, dumpStats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiProducerTool

public JndiProducerTool()
Method Detail

main

public static void main(String[] args)

createConnection

protected javax.jms.Connection createConnection()
                                         throws Exception
Overrides:
createConnection in class ToolSupport
Throws:
Exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.