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

Support vaulted properties for JMS definition annotation

    XMLWordPrintable

Details

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

    Description

      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}"
      )
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: