Uses of Class
org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase

Packages that use AbstractJmsFunctionalTestCase
org.mule.transport.jms.integration   
org.mule.transport.jms.integration.transactions.local   
org.mule.transport.jms.reliability   
 

Uses of AbstractJmsFunctionalTestCase in org.mule.transport.jms.integration
 

Subclasses of AbstractJmsFunctionalTestCase in org.mule.transport.jms.integration
 class AbstractJmsSingleTransactionSingleServiceTestCase
          This tests single resource transactions through a single service definition (even though the mule config file will have many service definitions).
 class JmsClientAcknowledgeTransactionTestCase
          Test jms using JmsClientAcknowledgeTransactionFactory
 class JmsConnectorJndiTestCase
          Requires the following connector config: in-queue2 in-topic3
 class JmsCustomCorrelationIdTestCase
           
 class JmsDeadLetterQueueTestCase
          Tests a transactional exception strategy.
 class JmsDurableTopicSingleTxTestCase
          Testing durable topic with external subscriber
 class JmsDurableTopicTestCase
           
 class JmsExceptionStrategyTestCase
           
 class JmsMessageAwareTransformersMule2685TestCase
          JmsTransformersTestCase Tests the JMS transformer implementations.
 class JmsMuleSideDurableTopicTestCase
           
 class JmsMuleSideDurableTopicXATxTestCase
          Testing durable topic with XA transactions
 class JmsObjectToMessageTransformerInResponseTestCase
           
 class JmsQueueMessageTypesTestCase
          Message is sent to and received from simple queue.
 class JmsQueueTestCase
          Message is sent to and received from simple queue.
 class JmsQueueWithCompressionTestCase
          Message is sent to and received from simple queue using compression in between
 class JmsQueueWithTransactionTestCase
           
 class JmsRemoteSyncMule2868TestCase
           
 class JmsReplyToPropertyTestCase
           
 class JmsSingleTransactionAlwaysBeginConfigurationTestCase
           
 class JmsSingleTransactionBeginOrJoinAndAlwaysBeginTestCase
           
 class JmsSingleTransactionComponentTestCase
          There is a separate transaction for each service when single transaction(action: BEGIN_OR_JOIN) and jms transport are used
 class JmsSingleTransactionNoneTestCase
          Send and recieve JmsMessage without any tx
 class JmsSingleTransactionRecieveAndSendTestCase
           
 class JmsSynchronousResponseTestCase
          see EE-1688/MULE-3059
 class JmsTemporaryReplyToTestCase
          TODO this test does not use the Test scenarios, I think it would need a new Method sendAndReceive It might make sense to leave this test as is because it tests that the client also works with ReplyTo correctly
 class JmsTopicTestCase
          Message is put to topic with two subscribers
 class JmsTransformersTestCase
          JmsTransformersTestCase Tests the JMS transformer implementations.
 class JmsXAAlwaysBeginTestCase
           
 class JmsXATransactionComponentTestCase
           
 

Uses of AbstractJmsFunctionalTestCase in org.mule.transport.jms.integration.transactions.local
 

Subclasses of AbstractJmsFunctionalTestCase in org.mule.transport.jms.integration.transactions.local
 class JmsSingleTransactionSingleServiceAlwaysBeginConfigurationTestCase
          Test all combinations of (inbound) ALWAYS_BEGIN.
 class JmsSingleTransactionSingleServiceAlwaysJoinConfigurationTestCase
          Test all combinations of (inbound) ALWAYS_JOIN.
 class JmsSingleTransactionSingleServiceBeginOrJoinConfigurationTestCase
          Test all combinations of (inbound) BEGIN_OR_JOIN.
 class JmsSingleTransactionSingleServiceJoinIfPossibleConfigurationTestCase
          Test all combinations of (inbound) JOIN_IF_POSSIBLE.
 class JmsSingleTransactionSingleServiceNoneConfigurationTestCase
          Test all combinations of (inbound) NONE.
 class JmsSingleTransactionTransactionalElementTestCase
           
 

Uses of AbstractJmsFunctionalTestCase in org.mule.transport.jms.reliability
 

Subclasses of AbstractJmsFunctionalTestCase in org.mule.transport.jms.reliability
 class AbstractJmsReliabilityTestCase
           
 class InboundMessageLossClientAckTestCase
          Verify that no inbound messages are lost when exceptions occur.
 class InboundMessageLossFlowTestCase
          Verify that no inbound messages are lost when exceptions occur.
 class InboundMessageLossFlowTransactionsTestCase
          Verify that no inbound messages are lost when exceptions occur.
 class InboundMessageLossTestCase
          Verify that no inbound messages are lost when exceptions occur.
 class InboundMessageLossTransactionsTestCase
          Verify that no inbound messages are lost when exceptions occur.
 class JmsAcknowledgementTestCase
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.