Skip to content

Instantly share code, notes, and snippets.

@danielkec
Created December 7, 2020 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielkec/c2186d65c055b3c2b856c6daae021723 to your computer and use it in GitHub Desktop.
Save danielkec/c2186d65c055b3c2b856c6daae021723 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>io.helidon.messaging.jms</groupId>
<artifactId>helidon-messaging-jms</artifactId>
</dependency>
<!-- JMS client implenting JMS api of your choice-->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment