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

Quick Search    Search Deep

org.activemq.usecases.lars.* (2)org.activemq.usecases.rest.* (3)

org.activemq.usecases: Javadoc index of package org.activemq.usecases.


Package Samples:

org.activemq.usecases.lars
org.activemq.usecases.rest

Classes:

AvailableConsumerTest: TODO this test case relies on a perfect distribution of messages, dispatched one by one to each consumer. So this test case can only really work with an explicit setting of 'prefetch = 1' or something similar. The default out of the box dispatcher eagerly dispatches messages as quickly as possible. Ensures that if there is a network of brokers that a message is always dispatched to an available consumer * regardless of which broker it is on.
NoDestinationErrorTest: This Unit Test is created to test the memory leakage when a new producer is created and closed for each message that was sent. The error occured after sending and receiving messages 65536 times. This test validate if the messages sent by producer is being received by the consumer. A new producer is created and closed for each message that was sent. The said procedure is done fore more than 65536 times.
TransactionRollbackOrderTest: Test case for AMQ-268
NonPersistentDurableTopicSystemTest
NonPersistentNonDurableTopicSystemTest
PersistentDurableTopicSystemTest
PersistentNonDurableTopicSystemTest
QueueSystemTest
SystemTest
ChangeSentMessageTest
ChangeSessionDeliveryModeTest
CompositeConsumeTest
CompositePublishTest
ConsumeQueuePrefetchTest
ConsumeTopicPrefetchTest
CreateTemporaryQueueBeforeStartTest
DeadLetterTest
DurableConsumerCloseAndReconnectTest
DurableSubscriptionTestSupport
ExceptionListenerTest
JDBCDurableSubscriptionTest
JournalDurableSubscriptionTest
PublishOnDurableTopicConsumedMessageTest
PublishOnQueueConsumedMessageTest
PublishOnTemporaryQueueConsumedMessageTest

Home | Contact Us | Privacy Policy | Terms of Service