Created
November 26, 2020 13:04
-
-
Save danielkec/22c75ff59297e4cb755d692ff52a5d0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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