Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-3496

Support vaulted properties for JMS definition annotation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 9.0.0.Alpha1
    • 8.1.0.Final
    • JMS
    • None

      t is possible to define JMS resource (connection and destination) using JMS 2.0 annotations.

      The userName & password attributes of this annotation should support to be vaulted so no user credentials would appear in clear text in the source file:

      @JMSConnectionFactoryDefinition(
              name="java:global/myFactory3",
              interfaceName = "javax.jms.QueueConnectionFactory",
              user = "${VAULT::messaging::userName::1}",
              password = "${VAULT::messaging::password::1}"
      )
      

              jmesnil1@redhat.com Jeff Mesnil
              jmesnil1@redhat.com Jeff Mesnil
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: