Comment: Made it more clear that waitForStart=-1 (default) means don't wait. Some people thought it means wait forever.
...
| Option Name |
Default Value |
Description |
| marshal |
false |
If true, forces each command sent over the transport to be marshalled and unmarshalled using a WireFormat |
| wireFormat |
default |
The name of the WireFormat to use |
| wireFormat.* |
|
All the properties with this prefix are used to configure the wireFormat |
| create |
true |
If the broker should be created on demand if it does not already exist. |
| waitForStart |
-1 |
If > 0, indicates the timeout in milliseconds to wait for a broker to start. Values -1 and 0 mean don't wait. Only supported in ActiveMQ 5.2+ |
| broker.* |
|
All the properties with this prefix are used to configure the broker. See Configuring Wire Formats for more information |
...
|