| Class | Description |
|---|---|
| AbstractEmbeddedBrokerWrapper |
Wrapper around an embedded broker.
|
| ConsumerConnection |
Convenience class tests can use to create a consumer of either topic or queue
messages from a broker.
|
| ProducerConnection |
Convenience class tests can use to create a producer of either topic or queue
messages.
|
| SecureTCPEmbeddedBrokerWrapper |
Used to start a simple test broker that has security enabled
(that is, requires users to log in to access the broker).
|
| SimpleTestListener<T extends BasicMessage> |
Simple test listener that allows you to wait for a message and when it comes in you can retrieve it.
|
| StoreAndLatchBasicMessageListener<T extends BasicMessage> |
Creates a simple test listener.
|
| TCPEmbeddedBrokerWrapper |
Used to start a simple test broker that accepts messages from remote TCP
clients.
|
| VMEmbeddedBrokerWrapper |
Used to start a simple test broker running intra-VM (no TCP connections accepted).
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.