Add Interceptor Example
This commit is contained in:
parent
132763f067
commit
569ce9d8a3
|
@ -36,6 +36,11 @@ under the License.
|
|||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq.examples.broker</groupId>
|
||||
<artifactId>interceptor</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>artemis-jms-client-all</artifactId>
|
||||
|
|
Loading…
Reference in New Issue