Skip to content

Instantly share code, notes, and snippets.

@danielkec
Created December 10, 2020 16:30
Show Gist options
  • Select an option

  • Save danielkec/55634c2d6e4ea00356c0733baae4b53e to your computer and use it in GitHub Desktop.

Select an option

Save danielkec/55634c2d6e4ea00356c0733baae4b53e to your computer and use it in GitHub Desktop.
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