small doc change
This commit is contained in:
parent
3df29ca7f3
commit
b7c7c42d22
|
@ -64,7 +64,6 @@ Example:
|
||||||
<ignore>${noServer}</ignore>
|
<ignore>${noServer}</ignore>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -113,15 +112,15 @@ args | A string array of arguments passed to the method
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<execution>
|
<execution>
|
||||||
<id>runClient</id>
|
<id>runClient</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>runClient</goal>
|
<goal>runClient</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<clientClass>org.apache.activemq.artemis.jms.example.QueueExample</clientClass>
|
<clientClass>org.apache.activemq.artemis.jms.example.QueueExample</clientClass>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Complete example
|
### Complete example
|
||||||
|
|
Loading…
Reference in New Issue