Skip to content

Instantly share code, notes, and snippets.

@danielkec
Last active December 3, 2020 12:37
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/ed881cc6ffa4e0bec485868648ef8cb1 to your computer and use it in GitHub Desktop.
Save danielkec/ed881cc6ffa4e0bec485868648ef8cb1 to your computer and use it in GitHub Desktop.
mp.messaging:
connector:
helidon-jms:
jndi:
# Connection factory jndi
jms-factory: ConnectionFactory
# Initial context properties
env-properties:
java.naming:
factory.initial: org.apache.activemq.jndi.ActiveMQInitialContextFactory
provider.url: tcp://localhost:61616
incoming.from-jms:
connector: helidon-jms
destination: messaging-test-queue-1
type: queue
outgoing.to-jms:
connector: helidon-jms
destination: messaging-test-queue-1
type: queue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment