Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq
Class JmsQueueSendReceiveTwoConnectionsTest  view JmsQueueSendReceiveTwoConnectionsTest download JmsQueueSendReceiveTwoConnectionsTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.activemq.test.TestSupport
              extended byorg.activemq.test.JmsSendReceiveTestSupport
                  extended byorg.activemq.test.JmsTopicSendReceiveWithTwoConnectionsTest
                      extended byorg.activemq.JmsQueueSendReceiveTwoConnectionsTest
All Implemented Interfaces:
javax.jms.MessageListener, junit.framework.Test

public class JmsQueueSendReceiveTwoConnectionsTest
extends org.activemq.test.JmsTopicSendReceiveWithTwoConnectionsTest

Version:
$Revision: 1.1.1.1 $

Field Summary
 
Fields inherited from class org.activemq.test.JmsTopicSendReceiveWithTwoConnectionsTest
receiveConnection, receiveSession, sendConnection
 
Fields inherited from class org.activemq.test.JmsSendReceiveTestSupport
consumer, consumerDestination, consumeSession, data, deliveryMode, doneLatch, durable, messageCount, messages, producer, producerDestination, session, topic, useSeparateSession, verbose
 
Fields inherited from class org.activemq.test.TestSupport
connectionFactory, log
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
JmsQueueSendReceiveTwoConnectionsTest()
           
 
Method Summary
protected  void setUp()
          Sets up the fixture, for example, open a network connection.
 
Methods inherited from class org.activemq.test.JmsTopicSendReceiveWithTwoConnectionsTest
createConnectionFactory, createReceiveConnection, createSendConnection, tearDown
 
Methods inherited from class org.activemq.test.JmsSendReceiveTestSupport
assertMessagesAreReceived, assertMessagesReceivedAreValid, consumeMessage, createConcurrentList, onMessage, testSendReceive, waitForMessagesToBeDelivered
 
Methods inherited from class org.activemq.test.TestSupport
assertEquals, assertEquals, assertEquals, assertTextMessageEqual, assertTextMessagesEqual, assertTextMessagesEqual, createConnection, createDestination, createMessage, getConnectionFactory, getConsumerSubject, getProducerSubject, getSubject
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JmsQueueSendReceiveTwoConnectionsTest

public JmsQueueSendReceiveTwoConnectionsTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Description copied from class: junit.framework.TestCase
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.