Skip to content

Commit

Permalink
Bean: Use properties instead of property with key and value - JMS AMQ…
Browse files Browse the repository at this point in the history
…P Sink

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed May 24, 2023
1 parent cf51aa3 commit ebb8eb2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ spec:
beans:
- name: connectionFactoryBean
type: "#class:org.apache.qpid.jms.JmsConnectionFactory"
property:
- key: remoteURI
value: '{{remoteURI}}'
properties:
remoteURI: '{{remoteURI}}'
from:
uri: "kamelet:source"
steps:
Expand Down

0 comments on commit ebb8eb2

Please sign in to comment.