JMSBIndingProcessor.writeDestinationProperties should handle Destination Type
-----------------------------------------------------------------------------

                 Key: TUSCANY-3972
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3972
             Project: Tuscany
          Issue Type: Improvement
          Components: SCA Java Runtime
    Affects Versions: Java-SCA-2.x
            Reporter: Jennifer A Thompson
             Fix For: Java-SCA-2.x


In JMSBIndingProcessor.writeDestinationProperties the following code is 
commented out:

// Type not handled yet 
// String destinationType = jmsBinding.getDestinationType(); 
// if ( destinationType != null && destinationType.length() > 0) { 
//     writer.writeAttribute("type", destinationType);             
// } 

However, it seems this should be supported.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to