See: Description
| Interface | Description |
|---|---|
| MatsTestBroker |
A special utility class utilized in tests and Mats test infrastructure providing a ConnectionFactory for the test
(Jms)MatsFactory - and if relevant also fires up an embedded ("in-VM") ActiveMQ (default) or Artemis message broker.
|
| Class | Description |
|---|---|
| MatsTestBroker.MatsTestBroker_ActiveMq |
Either creates an in-vm ActiveMQ, or an ActiveMQ ConnectionFactory to an external URL, based on system
properties.
|
| MatsTestBroker.MatsTestBroker_Artemis |
Creates a connection to an Artemis broker.
|
| MatsTestBroker.MatsTestBroker_InVmActiveMq |
Creates an in-vm ActiveMQ no matter what the properties says.
|
| Enum | Description |
|---|---|
| MatsTestBroker.ActiveMq |
Feature flags for the method
MatsTestBroker.newActiveMqBroker(ActiveMq...) - which you probably shouldn't do unless you
are experimenting with the "mats-examples". |