Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-3713

[7.1] Messaging: WebSphere MQ 8 limitation - @JMSConnectionFactoryDefinition must have set resource-adapter property

    XMLWordPrintable

Details

    Description

      if WebSphereMQ 8 resource adapter is used to create connection factory in Java EE deployment like:

      @JMSConnectionFactoryDefinition(
              name = "java:/jms/WMQConnectionFactory",
              interfaceName = "javax.jms.ConnectionFactory",
              resourceAdapter = "wmq.jmsra",
              properties = {
                      "channel=<channel>",
                      "hostName=<hostname_wmq_broker>",
                      "transportType=<transport_type>",
                      "queueManager=<queue_manager>"
              }
      )
      

      then resourceAdapter property must be specified. Otherwise deploy will fail.

      Attachments

        Issue Links

          Activity

            People

              sgilda_jira Sande Gilda (Inactive)
              mnovak1@redhat.com Miroslav Novak
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: