Rainer Wallscheid created KARAF-4718:
----------------------------------------

             Summary: Create JMS connection factory does not work properly for 
Websphere MQ.
                 Key: KARAF-4718
                 URL: https://issues.apache.org/jira/browse/KARAF-4718
             Project: Karaf
          Issue Type: Bug
          Components: karaf-jms
    Affects Versions: 4.0.5
         Environment: Solaris 10, JDK 1.8_092
            Reporter: Rainer Wallscheid
            Priority: Minor


jms:create --url localhost/1414/QM/CLIENT.MQI -t WebsphereMQ QM

does not resolve the host name correctly. MQ and the deploy file receive the 
value "${hostname}" instead of "localhost". So the MQ Connection does not work.

FIX:
Change in connectionfactory-QM.xml from
        <property name="hostName" value="${hostname}" />
to
        <property name="hostName" value="localhost" />
and the connection will work.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to