Skip to content

Instantly share code, notes, and snippets.

@danielkec
Created November 26, 2020 13:04
Show Gist options
  • Select an option

  • Save danielkec/22c75ff59297e4cb755d692ff52a5d0f to your computer and use it in GitHub Desktop.

Select an option

Save danielkec/22c75ff59297e4cb755d692ff52a5d0f to your computer and use it in GitHub Desktop.
mp:
messaging:
connector:
helidon-jms:
jndi:
jms-factory: jms/TestConnectionFactory
env-properties:
java.naming.factory.initial: weblogic.jndi.WLInitialContextFactory
java.naming.provider.url: t3://localhost:7001
incoming:
IncomingQueue:
connector: helidon-jms
destination: ./TestJMSModule!TestQueue
outgoing:
OutgoingQueue:
connector: helidon-jms
destination: ./TestJMSModule!TestQueue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment