Created
December 10, 2020 16:30
-
-
Save danielkec/55634c2d6e4ea00356c0733baae4b53e 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
| javax: | |
| sql: | |
| DataSource: | |
| local-example-ds: | |
| connectionFactoryClassName: oracle.jdbc.pool.OracleDataSource | |
| URL: jdbc:oracle:thin:@localhost:1521:XE | |
| user: frank | |
| password: frank | |
| mp: | |
| messaging: | |
| connector: | |
| helidon-aq: | |
| data-source: local-example-ds | |
| outgoing.to-aq: | |
| connector: helidon-aq | |
| destination: example_queue_1 | |
| type: queue | |
| incoming.from-aq: | |
| connector: helidon-aq | |
| destination: example_queue_1 | |
| type: queue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment