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

Inbound RA config properties can't be configured in EAP config file.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • 7.1.0.DR12
    • JCA, JMS, WebSphereMQ RA
    • None

      When using WMQ RA, ra.xml inside rar file have to bee modified in order to properly work with remote WMQ server.
      For inbound RA this properties have to be added:

      <config-property>
      				<config-property-name>queueManager</config-property-name>
      				<config-property-type>java.lang.String</config-property-type>
      				<config-property-value>QM</config-property-value>
      			</config-property>
      <config-property>
      					<config-property-name>channel</config-property-name>
      					<config-property-type>java.lang.String</config-property-type>
      <config-property-value>CH</config-property-value>
      				</config-property>
      <config-property>
      					<config-property-name>hostName</config-property-name>
      					<config-property-type>java.lang.String</config-property-type>
      <config-property-value>192.168.1.5</config-property-value>
      				</config-property>
      <config-property>
      					<config-property-name>transportType</config-property-name>
      					<config-property-type>java.lang.String</config-property-type>
      <config-property-value>CLIENT</config-property-value>
      

      Our configuration model in EAP allows to specify "config-properties" for resource adapter, but this properties can't be used instead of modification mentioned above. It would be great if this is possible.

              smaestri@redhat.com Stefano Maestri
              okalman@redhat.com Ondřej Kalman (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: